diff options
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index 4332186..15c6fec 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -270,6 +270,7 @@ void Entry::reset() protection = Public; groupDocType = GROUPDOC_NORMAL; id.resize(0); + metaData.resize(0); m_sublist->clear(); extends->clear(); groups->clear(); |