mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 10:40:19 +00:00
Fix leaks
This commit is contained in:
@@ -108,7 +108,10 @@ identd_read_ready (GDataInputStream *in_stream, GAsyncResult *res, ident_info *i
|
||||
local = g_ascii_strtoull (read_buf, NULL, 0);
|
||||
p = strchr (read_buf, ',');
|
||||
if (!p)
|
||||
{
|
||||
g_free (read_buf);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
remote = g_ascii_strtoull (p + 1, NULL, 0);
|
||||
g_free (read_buf);
|
||||
|
||||
Reference in New Issue
Block a user