- remove adjust
[oweals/gnunet.git] / src / datastore / test_datastore_api.c
index 03939cee347a37151a62fea5c12d99d996ef5766..26d0f1343811403b05492adfd9ba9db43372c5f8 100644 (file)
@@ -471,7 +471,7 @@ run (void *cls,
   struct CpsRunContext *crc;
   static struct GNUNET_HashCode zkey;
 
-  crc = GNUNET_malloc (sizeof (struct CpsRunContext));
+  crc = GNUNET_new (struct CpsRunContext);
   crc->cfg = cfg;
   crc->phase = RP_PUT;
   now = GNUNET_TIME_absolute_get ();