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:
parent
086fd30e23
commit
4c03ee6066
@ -2530,6 +2530,8 @@ _connect_autocomplete(ProfWin *window, const char *const input)
|
||||
return found;
|
||||
}
|
||||
}
|
||||
|
||||
g_string_free(beginning, TRUE);
|
||||
}
|
||||
|
||||
g_strfreev(args);
|
||||
|
Loading…
Reference in New Issue
Block a user