1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00: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);