gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30225 - gnunet/src/gnsrecord


From: gnunet
Subject: [GNUnet-SVN] r30225 - gnunet/src/gnsrecord
Date: Wed, 16 Oct 2013 19:24:57 +0200

Author: grothoff
Date: 2013-10-16 19:24:57 +0200 (Wed, 16 Oct 2013)
New Revision: 30225

Modified:
   gnunet/src/gnsrecord/gnsrecord.c
Log:
-fix shutdown

Modified: gnunet/src/gnsrecord/gnsrecord.c
===================================================================
--- gnunet/src/gnsrecord/gnsrecord.c    2013-10-16 13:31:52 UTC (rev 30224)
+++ gnunet/src/gnsrecord/gnsrecord.c    2013-10-16 17:24:57 UTC (rev 30225)
@@ -126,7 +126,8 @@
     GNUNET_free (plugin->library_name);
     GNUNET_free (plugin);
   }
-  GNUNET_free (plugins);
+  GNUNET_free_non_null (plugins);
+  plugins = NULL;
   once = 0;
   num_plugins = 0;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]