IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23944


Ignore:
Timestamp:
Apr 21, 2009, 5:22:28 PM (17 years ago)
Author:
Paul Price
Message:

Fix double free.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r23937 r23944  
    403403                psError(PS_ERR_UNKNOWN, false, "Unable to measure background statistics.");
    404404                psFree(bg);
    405                 psFree(rng);
    406405                goto MATCH_ERROR;
    407406            }
     
    412411                psError(PS_ERR_UNKNOWN, false, "Unable to measure background statistics.");
    413412                psFree(bg);
    414                 psFree(rng);
    415413                goto MATCH_ERROR;
    416414            }
Note: See TracChangeset for help on using the changeset viewer.