IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2006, 2:52:54 PM (20 years ago)
Author:
jhoblitt
Message:

fix memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtool.c

    r8016 r8018  
    9595                if (!frame) {
    9696                    psError(PS_ERR_UNKNOWN, false, "failed to convert new frame into a detrend frame");
     97                    psFree(new);
    9798                    return false;
    9899                }
     
    109110                if (!frame) {
    110111                    psError(PS_ERR_UNKNOWN, false, "failed to convert new frame into a science frame");
     112                    psFree(new);
    111113                    return false;
    112114                }
Note: See TracChangeset for help on using the changeset viewer.