commit bcf879ba19577a41fe61294af814fa0cc7d1dde3 parent 3a10e7b630e4c5e6f7c534e7f762fbb733a03ab3 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 25 Sep 2012 14:33:45 +0000 -fix leak Diffstat:
| M | src/main/extractor.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/main/extractor.c b/src/main/extractor.c @@ -639,6 +639,7 @@ EXTRACTOR_extract (struct EXTRACTOR_PluginList *plugins, if (NULL == shm) { LOG ("Failed to setup IPC\n"); + EXTRACTOR_datasource_destroy_ (datasource); return; } }