- docs
[oweals/gnunet.git] / src / testbed / testbed_api.c
index e1068a2b6e2a9ac7b23c88aafa4d7df18b8d05de..d7578756f2d582797ce91f611e8e9962a3da1991 100644 (file)
@@ -1532,9 +1532,9 @@ opc_free_iterator (void *cls, uint32_t key, void *value)
 
   GNUNET_assert (NULL != opc);
   GNUNET_break (0);
-  GNUNET_free (opc);
   GNUNET_assert (GNUNET_YES == 
                  GNUNET_CONTAINER_multihashmap32_remove (map, key, value));
+  GNUNET_free (opc);
   return GNUNET_YES;
 }