aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-07-27 22:41:25 +0800
committerLAN-TW <lantw44@gmail.com>2013-07-27 22:41:25 +0800
commit88a461a889592430250fa89e2999c1cc15e47cb8 (patch)
tree26f922d25491b1d9d4c8c05b169f87052341cf55 /lib
parent31b880db84a5dd22076d292712b2ee5b32fd46e8 (diff)
downloadgsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar.gz
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar.bz2
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar.lz
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar.xz
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.tar.zst
gsoc2013-epiphany-88a461a889592430250fa89e2999c1cc15e47cb8.zip
Add seek and skip callback functions for libarchive
Seek callback function is required to extract 7-zip file.
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-download-widget.c1
1 files changed, 0 insertions, 1 deletions
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