aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_main-window-search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_main-window-search.c')
-rw-r--r--src/fs/gnunet-fs-gtk_main-window-search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-search.c b/src/fs/gnunet-fs-gtk_main-window-search.c
index b79150fd..98db564d 100644
--- a/src/fs/gnunet-fs-gtk_main-window-search.c
+++ b/src/fs/gnunet-fs-gtk_main-window-search.c
@@ -256,7 +256,7 @@ start_search (struct GNUNET_GTK_MainWindowContext *main_ctx)
256 keywords, 256 keywords,
257 emsg); 257 emsg);
258 g_free (keywords); 258 g_free (keywords);
259 GNUNET_free_non_null (emsg); 259 GNUNET_free (emsg);
260 return; 260 return;
261 } 261 }
262 g_free (keywords); 262 g_free (keywords);
@@ -342,7 +342,7 @@ end_pseu_lookup (void *cls)
342 GNUNET_NAMESTORE_disconnect (lctx->namestore); 342 GNUNET_NAMESTORE_disconnect (lctx->namestore);
343 lctx->namestore = NULL; 343 lctx->namestore = NULL;
344 } 344 }
345 GNUNET_free_non_null (lctx->nick); 345 GNUNET_free (lctx->nick);
346 GNUNET_free (lctx); 346 GNUNET_free (lctx);
347} 347}
348 348