mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
unfreed memory due to lightning-fast optimization
This commit is contained in:
parent
0ef1dceec0
commit
f146e5fdc3
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,8 @@ static void read_password_file(char *str, char **password)
|
||||||
*password = g_strchomp(*password);
|
*password = g_strchomp(*password);
|
||||||
|
|
||||||
g_free(path);
|
g_free(path);
|
||||||
g_error_free(err);
|
g_strfreev(values);
|
||||||
|
if (err) g_error_free(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fill information to connection from server setup record */
|
/* Fill information to connection from server setup record */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue