From b09a236fc20801e64ea60f895e37b665be9fa1d5 Mon Sep 17 00:00:00 2001 From: tpoole Date: Tue, 7 Feb 2017 12:55:16 +0000 Subject: [PATCH] Fixed a leak of OnScreenKeyboard --- modules/juce_gui_basics/native/juce_win32_Windowing.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/native/juce_win32_Windowing.cpp b/modules/juce_gui_basics/native/juce_win32_Windowing.cpp index abe83e51a5..8fbdcf7de1 100644 --- a/modules/juce_gui_basics/native/juce_win32_Windowing.cpp +++ b/modules/juce_gui_basics/native/juce_win32_Windowing.cpp @@ -590,7 +590,8 @@ struct UUIDGetter const CLSID ITipInvocation::clsid = {0x4CE576FA, 0x83DC, 0x4f88, {0x95, 0x1C, 0x9D, 0x07, 0x82, 0xB4, 0xE3, 0x76}}; //============================================================================== -class OnScreenKeyboard : private Timer +class OnScreenKeyboard : public DeletedAtShutdown, + private Timer { public: