From f670012fe35dd14cfdf11e579ede0ec7de2a0c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 14 Nov 2012 17:16:20 -0200 Subject: file-roller-libre-3.6.2-2: updating revision --- libre/file-roller-libre/extract-to-fix.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/file-roller-libre/extract-to-fix.patch (limited to 'libre/file-roller-libre/extract-to-fix.patch') 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); + } -- cgit v1.2.3-2-g168b