Closed matyalatte closed 1 week ago
Related to #60. In the console window for GTK build, there was a temporary buffer (char* markup_str) that was not freed. This PR fixes the issue. I also added the noexcept specifier to functions that don't throw exceptions.
char* markup_str
noexcept
Related to #60. In the console window for GTK build, there was a temporary buffer (
char* markup_str
) that was not freed. This PR fixes the issue. I also added thenoexcept
specifier to functions that don't throw exceptions.