Philipp Hörist pushed to branch master at gajim / gajim
Commits:
328a0ff8 by Philipp Hörist at 2024-06-23T23:54:34+02:00
perf: MessageRowActions: Fix memory leak
- - - - -
1 changed file:
- gajim/gtk/conversation/rows/widgets.py
Changes:
=====================================
gajim/gtk/conversation/rows/widgets.py
=====================================
@@ -133,6 +133,7 @@ def update(self, y_coord: int, message_row: MessageRow) ->
None:
self._reply_button.set_visible(self._get_reply_visible())
def switch_contact(self, contact: ChatContactT) -> None:
+ self._message_row = None
self._contact = contact
def _get_reply_visible(self) -> bool:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/328a0ff8e4424ba633aa07ad09c4ca5adcf3cc22
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/328a0ff8e4424ba633aa07ad09c4ca5adcf3cc22
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]