gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12394 - gnunet-gtk/src


From: gnunet
Subject: [GNUnet-SVN] r12394 - gnunet-gtk/src
Date: Thu, 29 Jul 2010 15:49:34 +0200

Author: grothoff
Date: 2010-07-29 15:49:34 +0200 (Thu, 29 Jul 2010)
New Revision: 12394

Modified:
   gnunet-gtk/src/main_window_file_publish.c
Log:
fix

Modified: gnunet-gtk/src/main_window_file_publish.c
===================================================================
--- gnunet-gtk/src/main_window_file_publish.c   2010-07-29 13:47:47 UTC (rev 
12393)
+++ gnunet-gtk/src/main_window_file_publish.c   2010-07-29 13:49:34 UTC (rev 
12394)
@@ -96,10 +96,9 @@
                          2, &namespace_id,
                          -1);
       if (namespace_id == NULL)
-       {
          ns_ok = GNUNET_NO;
-         GNUNET_free (namespace_id);
-       }
+      else
+       GNUNET_free (namespace_id);
     }
   up_button = GTK_WIDGET (gtk_builder_get_object (master_builder,
                                                  
"GNUNET_GTK_master_publish_dialog_up_button"));




reply via email to

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