OSDN Git Service

PATCH: [ 2002738 ] SplashScreen PostNcDestroy does not call base class
authorKimmo Varis <kimmov@gmail.com>
Thu, 26 Jun 2008 12:35:55 +0000 (12:35 +0000)
committerKimmo Varis <kimmov@gmail.com>
Thu, 26 Jun 2008 12:35:55 +0000 (12:35 +0000)
Src/Splash.cpp

index 8a6be5d..8e9288c 100644 (file)
@@ -191,6 +191,7 @@ void CSplashWnd::HideSplashScreen()
  */
 void CSplashWnd::PostNcDestroy()
 {
+       CWnd::PostNcDestroy();
        delete this;
 }