libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 4dd7b1d91d656baa2e55604c57b6a30f7dd34add
parent 9412f22ad3050babd41d2e431ab6a3e4cc2d5346
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 30 Aug 2010 14:08:57 +0000

fix

Diffstat:
Msrc/main/test_plugin_load_multi.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/test_plugin_load_multi.c b/src/main/test_plugin_load_multi.c @@ -20,6 +20,10 @@ testLoadPlugins () { fprintf (stderr, "Failed to load default plugins!\n"); + if (el1 != NULL) + EXTRACTOR_plugin_remove_all (el1); + if (el2 != NULL) + EXTRACTOR_plugin_remove_all (el2); return 1; } EXTRACTOR_plugin_remove_all (el1);