diff options
-rw-r--r-- | lout/misc.hh | 1 |
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 (); |