mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
account_creator null when leaving assistantLinkView
This commit is contained in:
parent
bd606716f2
commit
58b6db1bbc
1 changed files with 4 additions and 1 deletions
|
|
@ -86,7 +86,10 @@
|
|||
}
|
||||
|
||||
- (void)viewDidDisappear:(BOOL)animated {
|
||||
linphone_account_creator_unref(account_creator);
|
||||
if (account_creator) {
|
||||
linphone_account_creator_unref(account_creator);
|
||||
}
|
||||
account_creator = NULL;
|
||||
[super viewDidDisappear:animated];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue