diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-14 17:19:48 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-14 17:19:48 -0300 |
commit | d60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d (patch) | |
tree | be950fc42ca55687854d5ed90e1c97bb6fa5fd57 /libre/file-roller-libre/extract-to-fix.patch | |
parent | 4886a5f8a3f823a5dedea6d137ab650544cefb9d (diff) | |
parent | 762b84f828dc02cc9a70268b178e944469148007 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'libre/file-roller-libre/extract-to-fix.patch')
-rw-r--r-- | libre/file-roller-libre/extract-to-fix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/file-roller-libre/extract-to-fix.patch b/libre/file-roller-libre/extract-to-fix.patch new file mode 100644 index 000000000..2ec4c8336 --- /dev/null +++ b/libre/file-roller-libre/extract-to-fix.patch @@ -0,0 +1,13 @@ +diff --git a/src/main.c~ b/src/main.c +index 1eb2e65..539ddfa 100644 +--- a/src/main.c~ ++++ b/src/main.c +@@ -850,7 +850,7 @@ fr_application_command_line (GApplication *application, + + _g_object_unref (default_directory); + _g_object_unref (add_to_archive); +- g_free (extraction_destination); ++ _g_object_unref (extraction_destination); + + return fr_application_command_line_finished (application, EXIT_SUCCESS); + } |