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…
Reference in a new issue