IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32756


Ignore:
Timestamp:
Nov 22, 2011, 10:31:49 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk (do not free config on exit: can raise an abort due to unclosed file pointer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20111110/ppSkycell/src/ppSkycell.c

    r23992 r32756  
    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.