Blob Blame History Raw
Index: graywidget.cpp
===================================================================
--- rsibreak-0.9.0/src/graywidget.cpp	(revision 932368)
+++ rsibreak-0.9.0/src/graywidget.cpp	(working copy)
@@ -71,6 +71,7 @@
     KWindowSystem::setState( winId(), NET::KeepAbove );
     KWindowSystem::setState( winId(), NET::FullScreen );
 
+    delete m_gray;
     m_gray = new GrayOutEffect( this, &m_complete );
     connect( m_gray, SIGNAL( ready() ), m_dialog, SLOT( showDialog() ) );
     m_gray->start();