aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc_gnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc_gnu.c')
-rw-r--r--src/main/extractor_ipc_gnu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
index 06e2ad3..2cd5caf 100644
--- a/src/main/extractor_ipc_gnu.c
+++ b/src/main/extractor_ipc_gnu.c
@@ -335,8 +335,10 @@ EXTRACTOR_IPC_channel_create_ (struct EXTRACTOR_PluginList *plugin,
335 { 335 {
336 LOG ("Failed to send INIT_STATE message to plugin\n"); 336 LOG ("Failed to send INIT_STATE message to plugin\n");
337 EXTRACTOR_IPC_channel_destroy_ (channel); 337 EXTRACTOR_IPC_channel_destroy_ (channel);
338 free (init);
338 return NULL; 339 return NULL;
339 } 340 }
341 free (init);
340 return channel; 342 return channel;
341} 343}
342 344