diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_unindex.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_unindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_unindex.c b/src/fs/gnunet-fs-gtk_unindex.c index 4c488c2e..b765fb9f 100644 --- a/src/fs/gnunet-fs-gtk_unindex.c +++ b/src/fs/gnunet-fs-gtk_unindex.c | |||
@@ -500,7 +500,7 @@ GNUNET_FS_GTK_unindex_handle_stop_ (struct UnindexEntry *ue) | |||
500 | -1); | 500 | -1); |
501 | } | 501 | } |
502 | GNUNET_CONTAINER_DLL_remove (ue_head, ue_tail, ue); | 502 | GNUNET_CONTAINER_DLL_remove (ue_head, ue_tail, ue); |
503 | GNUNET_free_non_null (ue->emsg); | 503 | GNUNET_free (ue->emsg); |
504 | GNUNET_free (ue->filename); | 504 | GNUNET_free (ue->filename); |
505 | GNUNET_free (ue); | 505 | GNUNET_free (ue); |
506 | } | 506 | } |