IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32723


Ignore:
Timestamp:
Nov 20, 2011, 2:03:31 PM (14 years ago)
Author:
eugene
Message:

do not dump core if we fail to read a file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSkycell/src/ppSkycell.c

    r23992 r32723  
    3131    if (!ppSkycellLoop(data)) {
    3232        psErrorStackPrint(stderr, "Unable to process data.");
    33         psFree(data);
     33        // psFree(data); -- XXX this can cause an error when freeing a file that failed
    3434        return PS_EXIT_DATA_ERROR;
    3535    }
Note: See TracChangeset for help on using the changeset viewer.