IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14955


Ignore:
Timestamp:
Sep 20, 2007, 3:38:13 PM (19 years ago)
Author:
Paul Price
Message:

Plugging memory leak, following changes to psImage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUGenerate.c

    r12890 r14955  
    66#include <assert.h>
    77#include <string.h>
    8 #include <strings.h>            /* for strn?casecmp */
     8#include <strings.h>            /* for strn?casecmp */
    99#include <pslib.h>
    1010
     
    428428                    psImage *new = pasteImage(hduImages->data[i], bias, biassec);
    429429                    psListAdd(newBias, PS_LIST_TAIL, new);
     430                    psFree(new);        // Drop reference
    430431                }
    431432                psFree(biasIter);
Note: See TracChangeset for help on using the changeset viewer.