IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2006, 12:23:58 AM (21 years ago)
Author:
Paul Price
Message:

Working, but leaks memory something chronic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_p0/psModules/src/astrom/pmConcepts.c

    r6080 r6124  
     1// XXX *REALLY* need generic "concept update" and "concept read" functions that handles the type transparently
     2
    13#include <stdio.h>
    24#include <assert.h>
     
    156158{
    157159    pmConceptsInit();
     160    if (! fpa->camera) {
     161        return false;
     162    }
    158163    psMetadataIterator *iter = psMetadataIteratorAlloc(source, PS_LIST_HEAD, NULL); // Iterator on concepts
    159164    psMetadataItem *item = NULL;    // Item from the concepts
Note: See TracChangeset for help on using the changeset viewer.