diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk_open-directory.c')
-rw-r--r-- | src/fs/gnunet-fs-gtk_open-directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/gnunet-fs-gtk_open-directory.c b/src/fs/gnunet-fs-gtk_open-directory.c index fec36b7c..9cc2640a 100644 --- a/src/fs/gnunet-fs-gtk_open-directory.c +++ b/src/fs/gnunet-fs-gtk_open-directory.c | |||
@@ -123,7 +123,7 @@ GNUNET_GTK_open_directory_dialog_response_cb (GtkDialog * dialog, | |||
123 | acc.filename = filename; | 123 | acc.filename = filename; |
124 | acc.sr = NULL; | 124 | acc.sr = NULL; |
125 | GNUNET_FS_GTK_mmap_and_scan (filename, &add_child, &acc); | 125 | GNUNET_FS_GTK_mmap_and_scan (filename, &add_child, &acc); |
126 | g_free (filename); | 126 | GNUNET_free (filename); |
127 | } | 127 | } |
128 | 128 | ||
129 | 129 | ||