SVN commit 596061 by staikos:
one more place to check
M +1 -0 kstequation.cpp
--- trunk/extragear/graphics/kst/src/libkstmath/kstequation.cpp #596060:596061
@@ -449,6 +449,7 @@
} else {
delete (Equation::Node*)ParsedEquation;
ParsedEquation = 0L;
+ _pe = 0L;
return false;
}
}