[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed May 25 04:06:08 CEST 2005
SVN commit 417951 by staikos:
initialize variable (otherwise it deletes random memory)
M +1 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #417950:417951
@@ -6923,7 +6923,7 @@
bool Kst2DPlot::reparseToText(QString& stringExp)
{
- Equation::Node *en;
+ Equation::Node *en = 0L;
bool eqValid;
bool toTextOK = reparse(stringExp, &en, eqValid);
if (toTextOK)
More information about the Kst
mailing list