diff options
Diffstat (limited to 'src/common/plugin-identd.c')
-rw-r--r-- | src/common/plugin-identd.c | 1 |
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; } |