mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(src/components/contact/ContactModel): avoid invalid read on mVcardModel
This commit is contained in:
parent
51e13ec456
commit
4b79ac94f3
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ private:
|
|||
Presence::PresenceStatus getPresenceStatus () const;
|
||||
Presence::PresenceLevel getPresenceLevel () const;
|
||||
|
||||
VcardModel *mVcardModel;
|
||||
VcardModel *mVcardModel = nullptr;
|
||||
std::shared_ptr<linphone::Friend> mLinphoneFriend;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue