summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-07-25 07:21:44 +0200
committerGitHub <noreply@github.com>2019-07-25 07:21:44 +0200
commiteb300ba8fe48a76d31b97564eb34c58c355cdbd5 (patch)
tree9992e8468d39d4b98b728c7b2c1d0aa24b67a892 /platform/windows
parentad0d87b4dddfe6b9e88510dd526bcd4028ba3030 (diff)
parentc3f69c6c76a0495b6730d2483e64a31ee3a1d4ad (diff)
Merge pull request #30799 from guilhermefelipecgs/fix_30795
Fix crash when using custom cursor
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/os_windows.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp
index 745f3ce379..4c7e35ed88 100644
--- a/platform/windows/os_windows.cpp
+++ b/platform/windows/os_windows.cpp
@@ -1537,6 +1537,7 @@ void OS_Windows::finalize() {
memdelete(camera_server);
touch_state.clear();
+ cursors_cache.clear();
visual_server->finish();
memdelete(visual_server);
#ifdef OPENGL_ENABLED