From ebb0fd6905d6af6daaa2db15b71d4cacd028e14a Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 9 Mar 2016 00:38:56 -0500 Subject: identd: Fix leak --- src/common/plugin-identd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/plugin-identd.c b/src/common/plugin-identd.c index 08aa33a8..1c55d695 100644 --- a/src/common/plugin-identd.c +++ b/src/common/plugin-identd.c @@ -197,6 +197,7 @@ identd_start_server (void) { hexchat_printf (ph, _("*\tError starting identd server: %s"), error->message); + g_error_free (error); g_clear_object (&service); return; } -- cgit 1.4.1