Changeset 11113 for trunk/ippdb/tests/objectfrommetadata.c
- Timestamp:
- Jan 16, 2007, 12:21:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/objectfrommetadata.c (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/objectfrommetadata.c
r11077 r11113 1697 1697 exit(EXIT_FAILURE); 1698 1698 } 1699 psFree(md); 1700 exit(EXIT_FAILURE); 1701 } 1699 1702 1700 1703 object = detProcessedImfileObjectFromMetadata(md); … … 1746 1749 exit(EXIT_FAILURE); 1747 1750 } 1751 psFree(object); 1752 exit(EXIT_FAILURE); 1753 } 1748 1754 1749 1755 psFree(object); … … 1787 1793 exit(EXIT_FAILURE); 1788 1794 } 1795 psFree(md); 1796 exit(EXIT_FAILURE); 1797 } 1789 1798 1790 1799 object = detProcessedExpObjectFromMetadata(md); … … 1828 1837 exit(EXIT_FAILURE); 1829 1838 } 1839 psFree(object); 1840 exit(EXIT_FAILURE); 1841 } 1830 1842 1831 1843 psFree(object); … … 1869 1881 exit(EXIT_FAILURE); 1870 1882 } 1883 psFree(md); 1884 exit(EXIT_FAILURE); 1885 } 1871 1886 1872 1887 object = detStackedImfileObjectFromMetadata(md); … … 1910 1925 exit(EXIT_FAILURE); 1911 1926 } 1927 psFree(object); 1928 exit(EXIT_FAILURE); 1929 } 1912 1930 1913 1931 psFree(object); … … 1935 1953 exit(EXIT_FAILURE); 1936 1954 } 1955 psFree(md); 1956 exit(EXIT_FAILURE); 1957 } 1937 1958 1938 1959 object = detNormalizedStatImfileObjectFromMetadata(md); … … 1960 1981 exit(EXIT_FAILURE); 1961 1982 } 1983 psFree(object); 1984 exit(EXIT_FAILURE); 1985 } 1962 1986 1963 1987 psFree(object); … … 2005 2029 exit(EXIT_FAILURE); 2006 2030 } 2031 psFree(md); 2032 exit(EXIT_FAILURE); 2033 } 2007 2034 2008 2035 object = detNormalizedImfileObjectFromMetadata(md); … … 2050 2077 exit(EXIT_FAILURE); 2051 2078 } 2079 psFree(object); 2080 exit(EXIT_FAILURE); 2081 } 2052 2082 2053 2083 psFree(object); … … 2091 2121 exit(EXIT_FAILURE); 2092 2122 } 2123 psFree(md); 2124 exit(EXIT_FAILURE); 2125 } 2093 2126 2094 2127 object = detNormalizedExpObjectFromMetadata(md); … … 2132 2165 exit(EXIT_FAILURE); 2133 2166 } 2167 psFree(object); 2168 exit(EXIT_FAILURE); 2169 } 2134 2170 2135 2171 psFree(object); … … 2185 2221 exit(EXIT_FAILURE); 2186 2222 } 2223 psFree(md); 2224 exit(EXIT_FAILURE); 2225 } 2187 2226 2188 2227 object = detResidImfileObjectFromMetadata(md); … … 2238 2277 exit(EXIT_FAILURE); 2239 2278 } 2279 psFree(object); 2280 exit(EXIT_FAILURE); 2281 } 2240 2282 2241 2283 psFree(object); … … 2287 2329 exit(EXIT_FAILURE); 2288 2330 } 2331 psFree(md); 2332 exit(EXIT_FAILURE); 2333 } 2289 2334 2290 2335 object = detResidExpObjectFromMetadata(md); … … 2336 2381 exit(EXIT_FAILURE); 2337 2382 } 2383 psFree(object); 2384 exit(EXIT_FAILURE); 2385 } 2338 2386 2339 2387 psFree(object); … … 2369 2417 exit(EXIT_FAILURE); 2370 2418 } 2419 psFree(md); 2420 exit(EXIT_FAILURE); 2421 } 2371 2422 2372 2423 object = detRunSummaryObjectFromMetadata(md); … … 2399 2450 } 2400 2451 if (!object->accept == true) { 2452 psFree(object); 2453 exit(EXIT_FAILURE); 2454 } 2401 2455 psFree(object); 2402 2456 exit(EXIT_FAILURE);
Note:
See TracChangeset
for help on using the changeset viewer.
