aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 21:07:30 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 21:07:30 +0000
commit3ed2943313b62b41fa92b90eb92d5bd9bbce7843 (patch)
treebce0bc6a00ec6c8a50960d48c6eeeccec9ea5374 /src/statistics/gnunet-service-statistics.c
parentc55e10680cf160ef57ee9519c566307c1b664304 (diff)
downloadgnunet-3ed2943313b62b41fa92b90eb92d5bd9bbce7843.tar.gz
gnunet-3ed2943313b62b41fa92b90eb92d5bd9bbce7843.zip
-fix fix fix
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 27102f070..58ef763e3 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -682,7 +682,6 @@ do_shutdown ()
682{ 682{
683 struct WatchEntry *we; 683 struct WatchEntry *we;
684 struct StatsEntry *se; 684 struct StatsEntry *se;
685 struct GNUNET_SERVER_Handle *s;
686 685
687 if (NULL == nc) 686 if (NULL == nc)
688 return; 687 return;
@@ -701,10 +700,6 @@ do_shutdown ()
701 } 700 }
702 GNUNET_free (se); 701 GNUNET_free (se);
703 } 702 }
704 GNUNET_assert (NULL != srv);
705 s = srv;
706 srv = NULL;
707 GNUNET_SERVER_destroy (s);
708} 703}
709 704
710 705