mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-26 13:47:12 +01:00
Fix Windows list dir handle leak
(cherry picked from commit 40325006b6c08c32b3db9dfd901e54d44b9d4dc3)
This commit is contained in:
parent
d8046a2bad
commit
fefc436645
@ -404,6 +404,8 @@ DirAccessWindows::DirAccessWindows() {
|
||||
}
|
||||
|
||||
DirAccessWindows::~DirAccessWindows() {
|
||||
list_dir_end();
|
||||
|
||||
memdelete(p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user