X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmain.c;h=66835aa39da5ec5766c0168a0dd63ab69570574d;hp=9eec413f888fb8c9da1bfe220964b2902d32e119;hb=a951daac68535a0b4c9a16937547abe6dad04792;hpb=12f0f87b12dad84c946b5a2f6397afc9bf66783b diff --git a/src/main.c b/src/main.c index 9eec413f8..66835aa39 100644 --- a/src/main.c +++ b/src/main.c @@ -1099,6 +1099,8 @@ int main(int argc, char *argv[]) || strcmp(mount_path, prefs_common.data_root)) { alertpanel_error(_("Claws Mail can not start without its data volume (%s)."), prefs_common.data_root); + g_free(mount_path); + gnome_vfs_volume_unref(vol); exit_claws(mainwin); exit(1); }