about summary refs log tree commit diff stats
path: root/about.c
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 01:05:09 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-04 01:05:09 +0100
commit7674f2ca0dcbbcb1bc14dd2e71fa75f56321e8a3 (patch)
tree500184be27ea2c271153c43b08d58139e13c9fe4 /about.c
parentccf46fa811f0c51ea23162cef1cbcad5ecd37878 (diff)
downloadxombrero-7674f2ca0dcbbcb1bc14dd2e71fa75f56321e8a3.tar.gz
First go at FS#217
Some more info at:

https://opensource.conformal.com/flyspray/index.php?do=details&task_id=217
Diffstat (limited to 'about.c')
-rw-r--r--about.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/about.c b/about.c
index 0157517..b4ece8d 100644
--- a/about.c
+++ b/about.c
@@ -499,6 +499,7 @@ xtp_handle_dl(struct tab *t, uint8_t cmd, int id)
 	switch (cmd) {
 	case XT_XTP_DL_CANCEL:
 		webkit_download_cancel(d->download);
+		g_object_unref(d->download);
 		break;
 	case XT_XTP_DL_UNLINK:
 		unlink(webkit_download_get_destination_uri(d->download) +