Open matyalatte opened 1 week ago
In the console window for the GTK build, a temporary buffer (char* markup_str) is not freed. https://github.com/matyalatte/tuw/blob/ffbad1752a4312a970ca3ada555d25cbd867e219/src/string_utils.cpp#L619-L647
char* markup_str
Problems may occur when executing commands that output tons of strings on Linux.
Fixed at #59
In the console window for the GTK build, a temporary buffer (
char* markup_str
) is not freed. https://github.com/matyalatte/tuw/blob/ffbad1752a4312a970ca3ada555d25cbd867e219/src/string_utils.cpp#L619-L647Problems may occur when executing commands that output tons of strings on Linux.