aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index 1d84b5dcf..5c3f2dfbf 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -775,7 +775,7 @@ shutdown_task (void *cls,
775 notify_list = NULL; 775 notify_list = NULL;
776 if (stats != NULL) 776 if (stats != NULL)
777 { 777 {
778 GNUNET_STATISTICS_destroy (stats, GNUNET_YES); 778 GNUNET_STATISTICS_destroy (stats, GNUNET_NO);
779 stats = NULL; 779 stats = NULL;
780 } 780 }
781} 781}