diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-08 16:38:06 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-08 16:38:06 +0000 |
commit | fa12278188a9dcafac112ed3505430be558704ae (patch) | |
tree | 16f2fc949c60c008447951effe68ef817f267afc | |
parent | 07afce2e1f3a105d2f9290bb27c7186f854e45ba (diff) | |
download | gnunet-gtk-fa12278188a9dcafac112ed3505430be558704ae.tar.gz gnunet-gtk-fa12278188a9dcafac112ed3505430be558704ae.zip |
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
-rw-r--r-- | src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c index af8a2399..6c5e0f92 100644 --- a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c +++ b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | |||
@@ -362,7 +362,7 @@ add_namespace_to_ts (void *cls, const GNUNET_HashCode * pseudonym, | |||
362 | EXTRACTOR_METATYPE_KEYWORDS, | 362 | EXTRACTOR_METATYPE_KEYWORDS, |
363 | -1); | 363 | -1); |
364 | if (description == NULL) | 364 | if (description == NULL) |
365 | description = g_strdup (_("no description supplied")); | 365 | description = GNUNET_strdup (_("no description supplied")); |
366 | else | 366 | else |
367 | { | 367 | { |
368 | char *utf8_desc = NULL; | 368 | char *utf8_desc = NULL; |