Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199700
Collapse All | Expand All

(-)src/libdspam.c (-1 / +3 lines)
Lines 986-993 Link Here
986
    if (CTX->flags & DSF_NOISE) {
986
    if (CTX->flags & DSF_NOISE) {
987
      nobnr_result = _ds_calc_result(CTX, heap_nobnr, diction);
987
      nobnr_result = _ds_calc_result(CTX, heap_nobnr, diction);
988
988
989
      if (CTX->factors) 
989
      if (CTX->factors) {
990
        _ds_factor_destroy(CTX->factors);
990
        _ds_factor_destroy(CTX->factors);
991
	CTX->factors = NULL;
992
      }
991
      CTX->result = x;
993
      CTX->result = x;
992
      CTX->probability = DSP_UNCALCULATED;
994
      CTX->probability = DSP_UNCALCULATED;
993
    }
995
    }

Return to bug 199700