aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index c6443f102..1eaed8a5c 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -1258,7 +1258,7 @@ GNUNET_DHT_monitor_stop (struct GNUNET_DHT_MonitorHandle *mh)
1258 } 1258 }
1259 GNUNET_MQ_send (handle->mq, 1259 GNUNET_MQ_send (handle->mq,
1260 env); 1260 env);
1261 GNUNET_free_non_null (mh->key); 1261 GNUNET_free (mh->key);
1262 GNUNET_free (mh); 1262 GNUNET_free (mh);
1263} 1263}
1264 1264