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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user