IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 7, 2008, 3:47:34 PM (18 years ago)
Author:
jhoblitt
Message:

VERSION 1.1.33

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/objectfrommetadata.c

    r17144 r17570  
    8282            exit(EXIT_FAILURE);
    8383        }
     84            psFree(md);
     85            exit(EXIT_FAILURE);
     86        }
    8487
    8588        object = summitExpObjectFromMetadata(md);
     
    115118        }
    116119        if (!object->imfiles == -32) {
     120            psFree(object);
     121            exit(EXIT_FAILURE);
     122        }
    117123            psFree(object);
    118124            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.