mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fix is-composing crash.
This commit is contained in:
parent
a599ed7210
commit
2e8f7dade9
1 changed files with 0 additions and 1 deletions
|
|
@ -288,7 +288,6 @@ int IsComposing::refreshTimerExpired (void *data, unsigned int revents) {
|
|||
int IsComposing::remoteRefreshTimerExpired (void *data, unsigned int revents) {
|
||||
IsRemoteComposingData *d = reinterpret_cast<IsRemoteComposingData *>(data);
|
||||
int result = d->isComposingHandler->remoteRefreshTimerExpired(d->uri);
|
||||
delete d;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue