You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix Windows list dir handle leak
(cherry picked from commit 40325006b6)
This commit is contained in:
committed by
Rémi Verschelde
parent
cfa9b772da
commit
c8810395a2
@@ -403,6 +403,8 @@ DirAccessWindows::DirAccessWindows() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
DirAccessWindows::~DirAccessWindows() {
|
DirAccessWindows::~DirAccessWindows() {
|
||||||
|
list_dir_end();
|
||||||
|
|
||||||
memdelete(p);
|
memdelete(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user