-indentation
[oweals/gnunet.git] / src / datastore / test_plugin_datastore.c
index 844d32a7be019a0c1050b420039bd1c924149028..4eefcaefa7250d06c228a76b76aac8d460b86d71 100644 (file)
@@ -345,7 +345,7 @@ run (void *cls, char *const *args, const char *cfgfile,
              "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n");
     return;
   }
-  crc = GNUNET_malloc (sizeof (struct CpsRunContext));
+  crc = GNUNET_new (struct CpsRunContext);
   crc->api = api;
   crc->cfg = c;
   crc->phase = RP_PUT;