benchmark/Makefile.am
author Balazs Dezso <deba@inf.elte.hu>
Sun, 05 Oct 2008 21:09:01 +0200
changeset 295 7c796c1cf1b0
parent 1 51eaad3a817b
permissions -rw-r--r--
Fix memory leak hazard

If the constructor throws an exception, it should deallocate each
dynamically allocated memory.
     1 if WANT_BENCHMARK
     2 
     3 noinst_HEADERS +=
     4 
     5 noinst_PROGRAMS +=
     6 
     7 endif WANT_BENCHMARK