mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
Fix some leaks
This commit is contained in:
@@ -176,6 +176,9 @@ userlist_button_cb (GtkWidget * button, char *cmd)
|
||||
if (num_sel < 1)
|
||||
{
|
||||
nick_command_parse (sess, cmd, "", "");
|
||||
|
||||
if (nicks)
|
||||
free (nicks);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user