fix memleak
[oweals/gnunet.git] / src / testbed / testbed_api_services.c
index 16ea060777307c7f50dd93c687648f91b730fdf1..c755a13a5cf4ae8050a0a5a36d92a419f05dab4c 100644 (file)
@@ -282,6 +282,7 @@ GNUNET_TESTBED_service_connect (void *op_cls,
   GNUNET_TESTBED_operation_queue_insert_ (peer->
                                           controller->opq_parallel_operations,
                                           data->operation);
+  GNUNET_TESTBED_operation_begin_wait_ (data->operation);
   return data->operation;
 }