diff options
author | saturneric <[email protected]> | 2024-12-01 18:26:23 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-12-01 18:26:23 +0000 |
commit | 52f6184e8898f3025963444d988ed0b07b06db53 (patch) | |
tree | 148b9a29228267bade919619a88c3ad1312ee756 | |
parent | fix: should not use mlang in such a way in mingw (diff) | |
download | vmime-master.tar.gz vmime-master.zip |
-rw-r--r-- | src/vmime/body.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmime/body.hpp b/src/vmime/body.hpp index fad59bcd..508c47a8 100644 --- a/src/vmime/body.hpp +++ b/src/vmime/body.hpp @@ -311,7 +311,7 @@ private: shared_ptr <const contentHandler> m_contents; - bodyPart* m_part; + bodyPart* m_part = nullptr; std::vector <shared_ptr <bodyPart> > m_parts; |