gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34750 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r34750 - gnunet/src/util
Date: Mon, 22 Dec 2014 13:12:28 +0100

Author: grothoff
Date: 2014-12-22 13:12:28 +0100 (Mon, 22 Dec 2014)
New Revision: 34750

Modified:
   gnunet/src/util/plugin.c
Log:
-undo

Modified: gnunet/src/util/plugin.c
===================================================================
--- gnunet/src/util/plugin.c    2014-12-22 12:12:07 UTC (rev 34749)
+++ gnunet/src/util/plugin.c    2014-12-22 12:12:28 UTC (rev 34750)
@@ -278,7 +278,7 @@
     plugins = pos->next;
   else
     prev->next = pos->next;
- //  lt_dlclose (pos->handle);
+  lt_dlclose (pos->handle);
   GNUNET_free (pos->name);
   GNUNET_free (pos);
   if (NULL == plugins)




reply via email to

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