IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 16, 2007, 12:21:17 PM (19 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.76

File:
1 edited

Legend:

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

    r11077 r11113  
    16971697            exit(EXIT_FAILURE);
    16981698        }
     1699            psFree(md);
     1700            exit(EXIT_FAILURE);
     1701        }
    16991702
    17001703        object = detProcessedImfileObjectFromMetadata(md);
     
    17461749            exit(EXIT_FAILURE);
    17471750        }
     1751            psFree(object);
     1752            exit(EXIT_FAILURE);
     1753        }
    17481754
    17491755        psFree(object);
     
    17871793            exit(EXIT_FAILURE);
    17881794        }
     1795            psFree(md);
     1796            exit(EXIT_FAILURE);
     1797        }
    17891798
    17901799        object = detProcessedExpObjectFromMetadata(md);
     
    18281837            exit(EXIT_FAILURE);
    18291838        }
     1839            psFree(object);
     1840            exit(EXIT_FAILURE);
     1841        }
    18301842
    18311843        psFree(object);
     
    18691881            exit(EXIT_FAILURE);
    18701882        }
     1883            psFree(md);
     1884            exit(EXIT_FAILURE);
     1885        }
    18711886
    18721887        object = detStackedImfileObjectFromMetadata(md);
     
    19101925            exit(EXIT_FAILURE);
    19111926        }
     1927            psFree(object);
     1928            exit(EXIT_FAILURE);
     1929        }
    19121930
    19131931        psFree(object);
     
    19351953            exit(EXIT_FAILURE);
    19361954        }
     1955            psFree(md);
     1956            exit(EXIT_FAILURE);
     1957        }
    19371958
    19381959        object = detNormalizedStatImfileObjectFromMetadata(md);
     
    19601981            exit(EXIT_FAILURE);
    19611982        }
     1983            psFree(object);
     1984            exit(EXIT_FAILURE);
     1985        }
    19621986
    19631987        psFree(object);
     
    20052029            exit(EXIT_FAILURE);
    20062030        }
     2031            psFree(md);
     2032            exit(EXIT_FAILURE);
     2033        }
    20072034
    20082035        object = detNormalizedImfileObjectFromMetadata(md);
     
    20502077            exit(EXIT_FAILURE);
    20512078        }
     2079            psFree(object);
     2080            exit(EXIT_FAILURE);
     2081        }
    20522082
    20532083        psFree(object);
     
    20912121            exit(EXIT_FAILURE);
    20922122        }
     2123            psFree(md);
     2124            exit(EXIT_FAILURE);
     2125        }
    20932126
    20942127        object = detNormalizedExpObjectFromMetadata(md);
     
    21322165            exit(EXIT_FAILURE);
    21332166        }
     2167            psFree(object);
     2168            exit(EXIT_FAILURE);
     2169        }
    21342170
    21352171        psFree(object);
     
    21852221            exit(EXIT_FAILURE);
    21862222        }
     2223            psFree(md);
     2224            exit(EXIT_FAILURE);
     2225        }
    21872226
    21882227        object = detResidImfileObjectFromMetadata(md);
     
    22382277            exit(EXIT_FAILURE);
    22392278        }
     2279            psFree(object);
     2280            exit(EXIT_FAILURE);
     2281        }
    22402282
    22412283        psFree(object);
     
    22872329            exit(EXIT_FAILURE);
    22882330        }
     2331            psFree(md);
     2332            exit(EXIT_FAILURE);
     2333        }
    22892334
    22902335        object = detResidExpObjectFromMetadata(md);
     
    23362381            exit(EXIT_FAILURE);
    23372382        }
     2383            psFree(object);
     2384            exit(EXIT_FAILURE);
     2385        }
    23382386
    23392387        psFree(object);
     
    23692417            exit(EXIT_FAILURE);
    23702418        }
     2419            psFree(md);
     2420            exit(EXIT_FAILURE);
     2421        }
    23712422
    23722423        object = detRunSummaryObjectFromMetadata(md);
     
    23992450        }
    24002451        if (!object->accept == true) {
     2452            psFree(object);
     2453            exit(EXIT_FAILURE);
     2454        }
    24012455            psFree(object);
    24022456            exit(EXIT_FAILURE);
Note: See TracChangeset for help on using the changeset viewer.