IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2006, 11:17:38 PM (20 years ago)
Author:
Paul Price
Message:

Getting closer... won't SEGV now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psModules/src/astrom/pmConceptsStandard.c

    r6575 r6581  
    168168
    169169    psList *biassecs = psListAlloc(NULL); // List of bias sections
    170     psFree(biassecs);               // Drop reference
    171170
    172171    switch (concept->type) {
     
    208207
    209208    psMetadataItem *item = psMetadataItemAllocPtr(pattern->name, PS_DATA_LIST, pattern->comment, biassecs);
    210     psFree(biassecs);
     209    psFree(biassecs);               // Drop reference
    211210    return item;
    212211}
     
    259258    }
    260259
    261     psFree(sys);
    262260    return psMetadataItemAllocS32(pattern->name, pattern->comment, timeSys);
    263261}
Note: See TracChangeset for help on using the changeset viewer.