Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
a1a4af4a by Philipp Hörist at 2023-05-21T19:24:33+02:00
fix: Don’t delete session object in cleanup()

This can cause a crash in libsoup if the session object is still
in use.

- - - - -


1 changed file:

- nbxmpp/http.py


Changes:

=====================================
nbxmpp/http.py
=====================================
@@ -539,7 +539,6 @@ class HTTPRequest(GObject.GObject):
         self._message.run_dispose()
 
         del self._cancellable
-        del self._session
         del self._user_data
 
         if self._timeout_id is not None:



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/a1a4af4a6365ec6bbdde77532b8369027ea41b44

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/a1a4af4a6365ec6bbdde77532b8369027ea41b44
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