summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-03-09 00:38:56 -0500
committerPatrick Griffis <tingping@tingping.se>2016-03-09 00:38:56 -0500
commitebb0fd6905d6af6daaa2db15b71d4cacd028e14a (patch)
treeace2e980256fe73f96a87feb9a87618bdce1ceb2 /src
parented029357d1fdc055f7f374fb606b1b52fcc31dca (diff)
identd: Fix leak
Diffstat (limited to 'src')
-rw-r--r--src/common/plugin-identd.c1
1 files changed, 1 insertions, 0 deletions
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;
 	}