- remove adjust
[oweals/gnunet.git] / src / datastore / perf_plugin_datastore.c
index 908a7ee5564294cff8a39ef7246cd634dbadcaf2..1dacb378387b3102e5e71681ce6aa3a20b5410a7 100644 (file)
@@ -459,7 +459,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;