From: Kimmo Varis Date: Thu, 26 Jun 2008 12:35:55 +0000 (+0000) Subject: PATCH: [ 2002738 ] SplashScreen PostNcDestroy does not call base class X-Git-Tag: 2.16.5~3234 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9afa5621e3d5fbfadcb9c045d29d507bacecf72b;p=winmerge-jp%2Fwinmerge-jp.git PATCH: [ 2002738 ] SplashScreen PostNcDestroy does not call base class --- diff --git a/Src/Splash.cpp b/Src/Splash.cpp index 8a6be5db3..8e9288c18 100644 --- a/Src/Splash.cpp +++ b/Src/Splash.cpp @@ -191,6 +191,7 @@ void CSplashWnd::HideSplashScreen() */ void CSplashWnd::PostNcDestroy() { + CWnd::PostNcDestroy(); delete this; }