IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2007, 11:59:35 AM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.72

File:
1 edited

Legend:

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

    r11027 r11030  
    11231123            exit(EXIT_FAILURE);
    11241124        }
    1125             psFree(md);
    1126             exit(EXIT_FAILURE);
    1127         }
    11281125
    11291126        object = p2PendingExpObjectFromMetadata(md);
     
    11551152            exit(EXIT_FAILURE);
    11561153        }
    1157             psFree(object);
    1158             exit(EXIT_FAILURE);
    1159         }
    11601154
    11611155        psFree(object);
     
    11911185            exit(EXIT_FAILURE);
    11921186        }
    1193             psFree(md);
    1194             exit(EXIT_FAILURE);
    1195         }
    11961187
    11971188        object = p2PendingImfileObjectFromMetadata(md);
     
    12271218            exit(EXIT_FAILURE);
    12281219        }
    1229             psFree(object);
    1230             exit(EXIT_FAILURE);
    1231         }
    12321220
    12331221        psFree(object);
     
    13591347            exit(EXIT_FAILURE);
    13601348        }
     1349            psFree(md);
     1350            exit(EXIT_FAILURE);
     1351        }
    13611352
    13621353        object = p2ProcessedImfileObjectFromMetadata(md);
     
    14091400        }
    14101401        if (!object->p2_version == -32) {
     1402            psFree(object);
     1403            exit(EXIT_FAILURE);
     1404        }
    14111405            psFree(object);
    14121406            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.