summaryrefslogtreecommitdiffstats
path: root/src/livarot/Shape.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-08-03 19:59:58 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-08-03 19:59:58 +0000
commit47c02c0f9922bea72c73dacc1e0bb1790c259837 (patch)
tree9cbab29b2682104f9b0ee2ed068be3c1082c3138 /src/livarot/Shape.cpp
parentdisable really bad memset on a huge struct that contains member objects besid... (diff)
downloadinkscape-47c02c0f9922bea72c73dacc1e0bb1790c259837.tar.gz
inkscape-47c02c0f9922bea72c73dacc1e0bb1790c259837.zip
init members
(bzr r12453)
Diffstat (limited to 'src/livarot/Shape.cpp')
-rw-r--r--src/livarot/Shape.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/livarot/Shape.cpp b/src/livarot/Shape.cpp
index ab93486e5..628e0fe9f 100644
--- a/src/livarot/Shape.cpp
+++ b/src/livarot/Shape.cpp
@@ -20,7 +20,12 @@
*/
Shape::Shape()
- : qrsData(NULL),
+ : nbQRas(0),
+ firstQRas(-1),
+ lastQRas(-1),
+ qrsData(NULL),
+ nbInc(0),
+ maxInc(0),
iData(NULL),
sTree(NULL),
sEvts(NULL),