aboutsummaryrefslogtreecommitdiff
path: root/lout/misc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'lout/misc.hh')
-rw-r--r--lout/misc.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lout/misc.hh b/lout/misc.hh
index 3bbf41dd..8cd67f78 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -113,6 +113,7 @@ public:
}
inline SimpleVector (const SimpleVector &o) {
+ this->array = NULL;
this->num = o.num;
this->numAlloc = o.numAlloc;
resize ();