aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk.c')
-rw-r--r--src/fs/gnunet-fs-gtk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk.c b/src/fs/gnunet-fs-gtk.c
index 4bd9ac5f..2f775e86 100644
--- a/src/fs/gnunet-fs-gtk.c
+++ b/src/fs/gnunet-fs-gtk.c
@@ -530,10 +530,14 @@ main (int argc, char **argv)
530 argv, options, 530 argv, options,
531 "gnunet_fs_gtk_main_window.glade", &run)) 531 "gnunet_fs_gtk_main_window.glade", &run))
532 { 532 {
533#if HAVE_LIBUNIQUE
533 g_object_unref (unique_app); 534 g_object_unref (unique_app);
535#endif
534 return 1; 536 return 1;
535 } 537 }
538#if HAVE_LIBUNIQUE
536 g_object_unref (unique_app); 539 g_object_unref (unique_app);
540#endif
537 return 0; 541 return 0;
538} 542}
539 543