SVN commit 626106 by staikos:
fix memory leak
M +2 -0 kst.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #626105:626106
@@ -224,6 +224,8 @@
KstApp::~KstApp() {
+ destroyDebugNotifier();
+
delete _plotHolderWhileOpeningDocument;
_plotHolderWhileOpeningDocument = 0L;