diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2019-07-24 14:57:59 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2019-07-24 15:01:28 -0300 |
commit | c3f69c6c76a0495b6730d2483e64a31ee3a1d4ad (patch) | |
tree | d21ea35ad00b33ba350f0b7cd7a891a699f605a4 /platform/windows | |
parent | adae2b073811d0f81afdfab277fdb27d2ba9f16a (diff) |
Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/os_windows.cpp | 1 |
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 |