IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 4:00:11 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.70

File:
1 edited

Legend:

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

    r10989 r11005  
    11231123            exit(EXIT_FAILURE);
    11241124        }
     1125            psFree(md);
     1126            exit(EXIT_FAILURE);
     1127        }
    11251128
    11261129        object = p2PendingExpObjectFromMetadata(md);
     
    11521155            exit(EXIT_FAILURE);
    11531156        }
     1157            psFree(object);
     1158            exit(EXIT_FAILURE);
     1159        }
    11541160
    11551161        psFree(object);
     
    11851191            exit(EXIT_FAILURE);
    11861192        }
     1193            psFree(md);
     1194            exit(EXIT_FAILURE);
     1195        }
    11871196
    11881197        object = p2PendingImfileObjectFromMetadata(md);
     
    12151224        }
    12161225        if (!object->p2_version == -32) {
     1226            psFree(object);
     1227            exit(EXIT_FAILURE);
     1228        }
    12171229            psFree(object);
    12181230            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.