IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15561


Ignore:
Timestamp:
Nov 9, 2007, 2:53:52 PM (19 years ago)
Author:
eugene
Message:

fix memory corruption on string retrieved from metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psastro/src/psastroLoadRefstars.c

    r15547 r15561  
    2222    PS_ASSERT (CATDIR, NULL);
    2323
    24     char *getstarCommand = psMemIncrRefCounter(psMetadataLookupStr(NULL, recipe, "DVO.GETSTAR"));
     24    char *getstarCommand = psStringCopy(psMetadataLookupStr(NULL, recipe, "DVO.GETSTAR"));
    2525    PS_ASSERT (getstarCommand, NULL);
    2626
Note: See TracChangeset for help on using the changeset viewer.