aboutsummaryrefslogtreecommitdiff
path: root/src/gnsrecord/gnsrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnsrecord/gnsrecord.c')
-rw-r--r--src/gnsrecord/gnsrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnsrecord/gnsrecord.c b/src/gnsrecord/gnsrecord.c
index 82fb71c06..c6ebd7c29 100644
--- a/src/gnsrecord/gnsrecord.c
+++ b/src/gnsrecord/gnsrecord.c
@@ -124,7 +124,7 @@ GNSRECORD_fini ()
124 GNUNET_free (plugin->library_name); 124 GNUNET_free (plugin->library_name);
125 GNUNET_free (plugin); 125 GNUNET_free (plugin);
126 } 126 }
127 GNUNET_free_non_null (gns_plugins); 127 GNUNET_free (gns_plugins);
128 gns_plugins = NULL; 128 gns_plugins = NULL;
129 once = 0; 129 once = 0;
130 num_plugins = 0; 130 num_plugins = 0;