about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xxxterm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index b240df7..b2444ce 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -4635,11 +4635,9 @@ favicon_download_status_changed_cb(WebKitDownload *download, GParamSpec *spec,
 		DNPRINTF(XT_D_DOWNLOAD, "%s: setting icon to %s\n",
 		    __func__, t->icon_dest_uri);
 		set_favicon_from_file(t, t->icon_dest_uri);
-		g_free(t->icon_dest_uri);
 		/* these will be freed post callback */
 		t->icon_request = NULL;
 		t->icon_download = NULL;
-		t->icon_dest_uri = NULL;
 		break;
 	default:
 		break;