aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-16 17:24:57 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-16 17:24:57 +0000
commit5f150dc35f1ed2606db11c53f9c6bb554b258535 (patch)
treefd2376bf50bd51b58047743dda58708eb2609990 /src/gnsrecord
parent7d5504cbcebc5ea1c4d093c117c13d98a09da57d (diff)
downloadgnunet-5f150dc35f1ed2606db11c53f9c6bb554b258535.tar.gz
gnunet-5f150dc35f1ed2606db11c53f9c6bb554b258535.zip
-fix shutdown
Diffstat (limited to 'src/gnsrecord')
-rw-r--r--src/gnsrecord/gnsrecord.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index c9b043a01..d5b6c693b 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -126,7 +126,8 @@ GNSRECORD_fini ()
126 GNUNET_free (plugin->library_name); 126 GNUNET_free (plugin->library_name);
127 GNUNET_free (plugin); 127 GNUNET_free (plugin);
128 } 128 }
129 GNUNET_free (plugins); 129 GNUNET_free_non_null (plugins);
130 plugins = NULL;
130 once = 0; 131 once = 0;
131 num_plugins = 0; 132 num_plugins = 0;
132} 133}