From d1d38bdc14f139a42fce365e622ec362fa374b10 Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Thu, 26 Jul 2012 14:48:42 -0500 Subject: missed a strdup() -> g_strdup() --- about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.c b/about.c index 818b681..43fda38 100644 --- a/about.c +++ b/about.c @@ -1521,7 +1521,7 @@ xtp_page_cl(struct tab *t, struct karg *args) "[ Remove All Cookies From All Domains ]\n", XT_XTP_STR, XT_XTP_CL, cl_session_key, XT_XTP_CL_REMOVE_ALL); - last_domain = strdup(""); + last_domain = g_strdup(""); for (; sc; sc = sc->next) { c = sc->data; -- cgit 1.4.1-2-gfad0