Skip to content

Commit 756cbb9

Browse files
authored
fix: use-after-free in CUIDebugger on exit (#1987)
1 parent 29d4734 commit 756cbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrUICore/ui_base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class XRUICORE_API UICore : public CDeviceResetNotifier, public CUIResetNotifier
2424

2525
CFontManager* m_pFontManager;
2626
CUICursor* m_pUICursor;
27-
CUIFocusSystem m_focusSystem;
2827
CUIDebugger m_debugger;
28+
CUIFocusSystem m_focusSystem;
2929

3030
Fvector2 m_pp_scale_;
3131
Fvector2 m_scale_;

0 commit comments

Comments
 (0)