preproc fix

This commit is contained in:
nhmall
2025-01-23 19:37:19 -05:00
parent 150b331189
commit 349f3871be

View File

@@ -512,7 +512,7 @@ curs_destroy_all_wins(void)
* which reports "warning: Use of memory after it is freed") */
while (nhwids)
curses_del_wid(nhwids->nhwid);
#lse
#else
while (nhwids) {
nethack_wid *tmpptr = nhwids;