mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Add missing g_string_free param
This commit is contained in:
parent
f6cca3de4e
commit
ed65499d76
@ -457,7 +457,7 @@ static void sig_destroyed(IRC_SERVER_REC *server)
|
||||
server->cap_queue = NULL;
|
||||
|
||||
/* was g_free_and_null, but can't use on a GString */
|
||||
g_string_free(server->sasl_buffer);
|
||||
g_string_free(server->sasl_buffer, TRUE);
|
||||
server->sasl_buffer = NULL;
|
||||
|
||||
/* these are dynamically allocated only if isupport was sent */
|
||||
|
Loading…
Reference in New Issue
Block a user