fix: must init raw pointer *bodyPart
All checks were successful
Compilation test / build (push) Successful in 15m13s
All checks were successful
Compilation test / build (push) Successful in 15m13s
This commit is contained in:
parent
fd0b5f7a21
commit
52f6184e88
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user