IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2008, 3:33:53 PM (18 years ago)
Author:
jhoblitt
Message:

test for the failure of pzDownloadExpObjectFromMetadata()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pztool.c

    r17872 r17912  
    486486
    487487        pzDownloadExpRow *doneExp = pzDownloadExpObjectFromMetadata(row);
     488        if (!doneExp) {
     489            psError(PS_ERR_UNKNOWN, false, "pzDownloadExpObjectFromMetadata() failed");
     490            psFree(doneExp);
     491            psFree(output);
     492            return false;
     493        }
    488494
    489495        if (!newExpInsert(config->dbh,
Note: See TracChangeset for help on using the changeset viewer.