mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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";
|
||||
d->dialerUtils->setCallState("idle");
|
||||
d->dialerUtils->emitCallEnded();
|
||||
deleteLater();
|
||||
});
|
||||
|
||||
d->ringingNotification = nullptr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue