1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-13 05:03:45 -04:00

Add missing g_string_free param

This commit is contained in:
Joseph Bisch 2019-09-26 21:51:36 -04:00
parent f6cca3de4e
commit ed65499d76

View File

@ -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 */