- unique constraint
[oweals/gnunet.git] / src / testbed / gnunet-helper-testbed.c
index 4c68b2cd4860cda5c6607b2496a1291c1d1f6e2d..e8c70a3543fba196814b2b9eeb5453d53c13ee56 100644 (file)
@@ -480,7 +480,7 @@ tokenizer_cb (void *cls, void *client,
   xconfig_size =
       GNUNET_TESTBED_compress_config_ (config, config_size, &xconfig);
   GNUNET_free (config);
-  wc = GNUNET_malloc (sizeof (struct WriteContext));
+  wc = GNUNET_new (struct WriteContext);
   wc->length = xconfig_size + sizeof (struct GNUNET_TESTBED_HelperReply);
   reply = GNUNET_realloc (xconfig, wc->length);
   memmove (&reply[1], reply, xconfig_size);