aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/perf_plugin_datastore.c')
-rw-r--r--src/datastore/perf_plugin_datastore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 908a7ee55..1dacb3783 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -459,7 +459,7 @@ run (void *cls, char *const *args, const char *cfgfile,
459 "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n"); 459 "%s", "Could not initialize plugin, assuming database not configured. Test not run!\n");
460 return; 460 return;
461 } 461 }
462 crc = GNUNET_malloc (sizeof (struct CpsRunContext)); 462 crc = GNUNET_new (struct CpsRunContext);
463 crc->api = api; 463 crc->api = api;
464 crc->cfg = c; 464 crc->cfg = c;
465 crc->phase = RP_PUT; 465 crc->phase = RP_PUT;