Windows: free more allocated memory before exit

This gets rid of the final leak complaint on Windows as of Nov 13, 2024
This commit is contained in:
nhmall
2024-11-13 13:48:50 -05:00
parent c85b5d3e56
commit fa9210aa65
11 changed files with 57 additions and 15 deletions
+2
View File
@@ -135,6 +135,8 @@ mswin_display_splash_window(BOOL show_ver)
mswin_set_splash_data(hWnd, &splashData, monitorInfo.scale);
SetWindowLongPtr(hWnd, GWLP_USERDATA, (LONG_PTR) &splashData);
windowdata[NHW_SPLASH].address = (genericptr_t) &splashData;
windowdata[NHW_SPLASH].isstatic = 1;
GetNHApp()->hPopupWnd = hWnd;