1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Free string on connect autocomplete

This commit is contained in:
James Booth 2016-06-08 21:29:15 +01:00
parent 086fd30e23
commit 4c03ee6066

View File

@ -2530,6 +2530,8 @@ _connect_autocomplete(ProfWin *window, const char *const input)
return found;
}
}
g_string_free(beginning, TRUE);
}
g_strfreev(args);