identd: Fix leak

This commit is contained in:
Patrick Griffis 2016-03-09 00:38:56 -05:00
parent ed029357d1
commit ebb0fd6905
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}