mirror of
https://github.com/holub/mame
synced 2025-05-06 06:14:45 +03:00
Memory leak fix, nwn
This commit is contained in:
parent
771b77142f
commit
ad8a4985f9
@ -507,6 +507,9 @@ static void drawd3d_window_destroy(win_window_info *window)
|
||||
if (d3d == NULL)
|
||||
return;
|
||||
|
||||
// delete the HLSL interface
|
||||
global_free(d3d->hlsl);
|
||||
|
||||
// delete the device
|
||||
device_delete(d3d);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user