IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 1, 2006, 12:42:03 PM (20 years ago)
Author:
jhoblitt
Message:

fix a memory leak in -pending

File:
1 edited

Legend:

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

    r7864 r8038  
    145145    if (!status) {
    146146        psError(PS_ERR_UNKNOWN, false,"p2PendingFramePrint() failed");
    147         return false;
    148     }
     147        psFree(pendingFrames);
     148        return false;
     149    }
     150
     151    psFree(pendingFrames);
    149152
    150153    return true;
Note: See TracChangeset for help on using the changeset viewer.