Summary: | Does not drop any held channels when plasmoid removed | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | David Edmundson <kde> |
Component: | chat-plasmoid | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | ||
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.5.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Edmundson
2012-07-14 22:21:19 UTC
ConversationsModel leaks, and that keeps the ClientHandler alive when the plasmoid is deleted, which breaks *everything*. Adding a parent to ConversationsModel should fix this. > Git commit 1378619d193a3a003fcd29f1a5d399cb049ddb3f by David Edmundson. > Committed on 26/07/2012 at 17:11. > Pushed by davidedmundson into branch 'master'. > > Don't leak ConversationsModel > Reviewed-by: George Kiagiadakis > > M +2 -2 plasmoid/declarative-plugin/conversations-model.cpp > M +1 -1 plasmoid/declarative-plugin/conversations-model.h > M +1 -1 plasmoid/declarative-plugin/telepathy-text-observer.cpp > |