X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fargumentstore.cpp;h=532d66aaa230e49a63209be828de19ab3b5ed5aa;hb=4edbe0eb078c4e480682862ccb68ebc8cb284045;hp=49bdbada1b2c5fa49bdb4b9e4158b9c901c8dc13;hpb=3b78eeb8b92dc3524d6a0456b4daf0a0f3dbf813;p=libs%2Fdatafile.git diff --git a/source/argumentstore.cpp b/source/argumentstore.cpp index 49bdbad..532d66a 100644 --- a/source/argumentstore.cpp +++ b/source/argumentstore.cpp @@ -31,6 +31,8 @@ ArgumentStore::~ArgumentStore() reinterpret_cast(store+info.arg_offsets[i])->~Symbol(); break; } + + delete[] store; } } // namespace DataFile