gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5593 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5593 - GNUnet/src/transports
Date: Wed, 5 Sep 2007 05:41:03 -0600 (MDT)

Author: grothoff
Date: 2007-09-05 05:41:03 -0600 (Wed, 05 Sep 2007)
New Revision: 5593

Modified:
   GNUnet/src/transports/test.c
Log:
fix

Modified: GNUnet/src/transports/test.c
===================================================================
--- GNUnet/src/transports/test.c        2007-09-04 16:27:12 UTC (rev 5592)
+++ GNUnet/src/transports/test.c        2007-09-05 11:41:03 UTC (rev 5593)
@@ -188,8 +188,9 @@
   plugin = os_plugin_load(api.ectx,
                          "libgnunettransport_",
                          trans);
+  FREE(trans);
   if (plugin == NULL) {
-    fprintf(stderr, "Error loading plugin...\n");
+    fprintf(stderr, "Error loading plugin...\n");    
     goto cleanup;
   }
   init = os_plugin_resolve_function(plugin,





reply via email to

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