aboutsummaryrefslogtreecommitdiff
path: root/src/service/peerstore/peerstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/peerstore/peerstore_api.c')
-rw-r--r--src/service/peerstore/peerstore_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/peerstore/peerstore_api.c b/src/service/peerstore/peerstore_api.c
index 394f64378..cf29925a4 100644
--- a/src/service/peerstore/peerstore_api.c
+++ b/src/service/peerstore/peerstore_api.c
@@ -1105,6 +1105,7 @@ GNUNET_PEERSTORE_hello_changed_notify_cancel (struct
1105 GNUNET_PEERSTORE_watch_cancel (nc->wc); 1105 GNUNET_PEERSTORE_watch_cancel (nc->wc);
1106 nc->wc = NULL; 1106 nc->wc = NULL;
1107 } 1107 }
1108 GNUNET_free (nc);
1108} 1109}
1109 1110
1110 1111