mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 14:33:08 +00:00
[dialer] Fix memleak
This commit is contained in:
parent
5eefb274e8
commit
baec617ae4
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ CallManager::CallManager(const Tp::CallChannelPtr &callChannel, DialerUtils *dia
|
||||||
qDebug() << "Channel invalidated";
|
qDebug() << "Channel invalidated";
|
||||||
d->dialerUtils->setCallState("idle");
|
d->dialerUtils->setCallState("idle");
|
||||||
d->dialerUtils->emitCallEnded();
|
d->dialerUtils->emitCallEnded();
|
||||||
|
deleteLater();
|
||||||
});
|
});
|
||||||
|
|
||||||
d->ringingNotification = nullptr;
|
d->ringingNotification = nullptr;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue