follow-up for --showpaths
Ensure that memory allocations are freed up. Windows: Fix a Windows compiler warning. Fix an undefined link symbol.
This commit is contained in:
@@ -1278,6 +1278,9 @@ freedynamicdata(void)
|
||||
if (options_set_window_colors_flag)
|
||||
options_free_window_colors();
|
||||
|
||||
if (glyphid_cache_status())
|
||||
free_glyphid_cache();
|
||||
|
||||
/* last, because it frees data that might be used by panic() to provide
|
||||
feedback to the user; conceivably other freeing might trigger panic */
|
||||
sysopt_release(); /* SYSCF strings */
|
||||
|
||||
Reference in New Issue
Block a user