Philipp Hörist pushed to branch master at gajim / gajim


Commits:
4b3f47b1 by lovetox at 2022-05-01T20:08:07+02:00
perf: Profile: Fix memory leak

- - - - -


1 changed file:

- gajim/gtk/profile.py


Changes:

=====================================
gajim/gtk/profile.py
=====================================
@@ -143,6 +143,8 @@ def __init__(self, account: str) -> None:
         self.connect('destroy', self._on_destroy)
 
     def _on_destroy(self, *args: Any) -> None:
+        self._avatar_selector = None
+        self._ui.privacy_popover.destroy()
         app.check_finalize(self)
 
     def _on_access_model_received(self, task: Task) -> None:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4b3f47b1842401851fc05bbe4d035db84b243c7a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/4b3f47b1842401851fc05bbe4d035db84b243c7a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to