1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Fix Windows list dir handle leak

(cherry picked from commit 40325006b6)
This commit is contained in:
bitsawer
2022-08-15 20:27:29 +03:00
committed by Rémi Verschelde
parent cfa9b772da
commit c8810395a2

View File

@@ -403,6 +403,8 @@ DirAccessWindows::DirAccessWindows() {
}
DirAccessWindows::~DirAccessWindows() {
list_dir_end();
memdelete(p);
}