Kaydet (Commit) a9f0a1b4 authored tarafından Eike Rathke [er]'s avatar Eike Rathke [er] Kaydeden (comit) Michael Stahl

StarCalc 1.0: fix memory leaks

üst 30329249
...@@ -417,6 +417,7 @@ struct Sc10ColAttr ...@@ -417,6 +417,7 @@ struct Sc10ColAttr
Sc10ColData* pData; Sc10ColData* pData;
Sc10ColAttr() : pData(NULL) {} Sc10ColAttr() : pData(NULL) {}
~Sc10ColAttr() { delete [] pData; }
}; };
// GraphHeader // GraphHeader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment