aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-07 16:30:55 +0000
committerLRN <lrn1986@gmail.com>2012-08-07 16:30:55 +0000
commitc663e79fdd94d49523cc7ff79a430b8a4a8e35c5 (patch)
tree1fccb6a68cd6184007ddaaa8aec1d666cc4655f3
parentf31a73d2d3ac1c8bba74594726afbeae162ce751 (diff)
downloadlibextractor-c663e79fdd94d49523cc7ff79a430b8a4a8e35c5.tar.gz
libextractor-c663e79fdd94d49523cc7ff79a430b8a4a8e35c5.zip
good free
-rw-r--r--src/main/extractor_ipc_w32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/extractor_ipc_w32.c b/src/main/extractor_ipc_w32.c
index e47d623..ab5671a 100644
--- a/src/main/extractor_ipc_w32.c
+++ b/src/main/extractor_ipc_w32.c
@@ -569,8 +569,10 @@ EXTRACTOR_IPC_channel_create_ (struct EXTRACTOR_PluginList *plugin,
569 { 569 {
570 LOG ("Failed to send INIT_STATE message to plugin\n"); 570 LOG ("Failed to send INIT_STATE message to plugin\n");
571 EXTRACTOR_IPC_channel_destroy_ (channel); 571 EXTRACTOR_IPC_channel_destroy_ (channel);
572 free (init);
572 return NULL; 573 return NULL;
573 } 574 }
575 free (init);
574 return channel; 576 return channel;
575} 577}
576 578