IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6581


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

Getting closer... won't SEGV now

Location:
branches/rel10_ifa/psModules/src/astrom
Files:
2 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}
  • branches/rel10_ifa/psModules/src/astrom/pmFPAConstruct.c

    r6580 r6581  
    260260
    261261        pmHDU *hdu = pmHDUAlloc(extName); // The extension
     262        hdu->format = psMemIncrRefCounter(format);
    262263
    263264        // Parse the list of first:second
Note: See TracChangeset for help on using the changeset viewer.