From 4fd12b34a19b177012d30a985785a034e0b69241 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 27 Jul 2013 22:41:25 +0800 Subject: Add seek and skip callback functions for libarchive Seek callback function is required to extract 7-zip file. --- lib/widgets/ephy-download-widget.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/widgets/ephy-download-widget.c b/lib/widgets/ephy-download-widget.c index 3ce554809..498ac3eec 100644 --- a/lib/widgets/ephy-download-widget.c +++ b/lib/widgets/ephy-download-widget.c @@ -412,7 +412,6 @@ widget_archive_error_cb (AutoarExtract *arextract, update_download_label_and_tooltip (widget, errmsg); update_download_icon (widget); g_free (dest); - g_error_free (error); } static void -- cgit v1.2.3