From 4eadfad7dcb776e4ef5709d15e9a1e644587033a Mon Sep 17 00:00:00 2001 From: tpoole Date: Mon, 6 Feb 2017 15:44:39 +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: