FREE_ALL_MEMORY build fix
This commit is contained in:
@@ -1109,7 +1109,9 @@ freedynamicdata()
|
||||
if (iflags.wc_font_menu) free(iflags.wc_font_menu);
|
||||
if (iflags.wc_font_status) free(iflags.wc_font_status);
|
||||
if (iflags.wc_tile_file) free(iflags.wc_tile_file);
|
||||
#ifdef AUTOPICKUP_EXCEPTIONS
|
||||
free_autopickup_exceptions();
|
||||
#endif
|
||||
|
||||
#endif /* FREE_ALL_MEMORY */
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user