gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r19735 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r19735 - gnunet-gtk/src/fs
Date: Wed, 8 Feb 2012 17:38:06 +0100

Author: grothoff
Date: 2012-02-08 17:38:06 +0100 (Wed, 08 Feb 2012)
New Revision: 19735

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c
Log:
The fix doesn't fix any apparent bugs, but my memory debugging
routines picked this thing up - so i've fixed it.

As for the scanner crash - see [1].

[1] https://gnunet.org/bot/log/gnunet/2012-02-08



Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c    
2012-02-08 15:24:03 UTC (rev 19734)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c    
2012-02-08 16:38:06 UTC (rev 19735)
@@ -362,7 +362,7 @@
                                                      
EXTRACTOR_METATYPE_KEYWORDS,
                                                      -1);
   if (description == NULL)
-    description = g_strdup (_("no description supplied"));
+    description = GNUNET_strdup (_("no description supplied"));
   else
   {
     char *utf8_desc = NULL;




reply via email to

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