aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc_w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc_w32.c')
-rw-r--r--src/main/extractor_ipc_w32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/extractor_ipc_w32.c b/src/main/extractor_ipc_w32.c
index ab5671a..787e829 100644
--- a/src/main/extractor_ipc_w32.c
+++ b/src/main/extractor_ipc_w32.c
@@ -449,6 +449,7 @@ EXTRACTOR_IPC_channel_create_ (struct EXTRACTOR_PluginList *plugin,
449 LOG_STRERROR ("malloc"); 449 LOG_STRERROR ("malloc");
450 return NULL; 450 return NULL;
451 } 451 }
452 memset (channel, 0, sizeof (struct EXTRACTOR_Channel));
452 channel->mdata_size = 1024; 453 channel->mdata_size = 1024;
453 if (NULL == (channel->mdata = malloc (channel->mdata_size))) 454 if (NULL == (channel->mdata = malloc (channel->mdata_size)))
454 { 455 {