IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2007, 3:07:33 PM (19 years ago)
Author:
Paul Price
Message:

Fixing SEGV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r14811 r14839  
    5252    }
    5353
    54     psArray *sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); // Sources in image
     54    psArray *sources = NULL;            // Sources in image
     55    if (sourcesRO->analysis) {
     56        sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES");
     57    }
    5558
    5659    // Do the image matching
Note: See TracChangeset for help on using the changeset viewer.