identd: Fix leak
This commit is contained in:
parent
ed029357d1
commit
ebb0fd6905
|
@ -197,6 +197,7 @@ identd_start_server (void)
|
||||||
{
|
{
|
||||||
hexchat_printf (ph, _("*\tError starting identd server: %s"), error->message);
|
hexchat_printf (ph, _("*\tError starting identd server: %s"), error->message);
|
||||||
|
|
||||||
|
g_error_free (error);
|
||||||
g_clear_object (&service);
|
g_clear_object (&service);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue