mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
fix crash
This commit is contained in:
parent
0f9539f37e
commit
04e270e699
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ ConferenceInfoCore::ConferenceInfoCore(std::shared_ptr<linphone::ConferenceInfo>
|
|||
auto cleanedClonedAddress = accountAddress->clone();
|
||||
cleanedClonedAddress->clean();
|
||||
auto address = Utils::coreStringToAppString(cleanedClonedAddress->asStringUriOnly());
|
||||
App::postCoreAsync([this, address]() { setOrganizerAddress(address); });
|
||||
App::postCoreAsync([this, address]() { mOrganizerAddress = address; });
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue