aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_stop.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 17:52:42 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-08 17:52:42 +0900
commit1029772b39c7aab734c43df1188180764ff5c34b (patch)
treecdca60dca1e063a3c35c7e8a97e46e59909749dc /src/testing/testing_api_cmd_netjail_stop.c
parent5c4b060714954a6e4571fe981b333856d2ef4a1b (diff)
downloadgnunet-1029772b39c7aab734c43df1188180764ff5c34b.tar.gz
gnunet-1029772b39c7aab734c43df1188180764ff5c34b.zip
TESTING: Properly handle label allocations
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_stop.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_netjail_stop.c b/src/testing/testing_api_cmd_netjail_stop.c
index f1b2260ab..05435f63c 100644
--- a/src/testing/testing_api_cmd_netjail_stop.c
+++ b/src/testing/testing_api_cmd_netjail_stop.c
@@ -192,7 +192,7 @@ GNUNET_TESTING_cmd_netjail_stop (const char *label,
192 { 192 {
193 struct GNUNET_TESTING_Command cmd = { 193 struct GNUNET_TESTING_Command cmd = {
194 .cls = ns, 194 .cls = ns,
195 .label = label, 195 .label = GNUNET_strdup (label),
196 .run = &netjail_stop_run, 196 .run = &netjail_stop_run,
197 .ac = &ns->ac, 197 .ac = &ns->ac,
198 .cleanup = &netjail_stop_cleanup 198 .cleanup = &netjail_stop_cleanup