diff options
Diffstat (limited to 'src/fr-archive.c')
-rw-r--r-- | src/fr-archive.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-archive.c b/src/fr-archive.c index 029d6fb..3d53f58 100644 --- a/src/fr-archive.c +++ b/src/fr-archive.c @@ -3335,10 +3335,11 @@ get_extract_here_destination (GFile *file, char *desired_destination; char *destination = NULL; int n = 1; - GFile *directory; desired_destination = get_desired_destination_for_archive (file); do { + GFile *directory; + *error = NULL; g_free (destination); |