After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 492469 - Need a ref() for host_application in new-style events.
Need a ref() for host_application in new-style events.
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Eitan Isaacson
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2007-11-01 20:28 UTC by Eitan Isaacson
Modified: 2019-03-27 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (449 bytes, patch)
2007-11-01 21:09 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2007-11-01 20:28:39 UTC
The details.host_application attribute is refferenced without being reffed in the pyatspi Event wrapper.
Comment 1 Eitan Isaacson 2007-11-01 21:09:53 UTC
Created attachment 98343 [details] [review]
Proposed fix

This patch adds the necessary ref().
Comment 2 Eitan Isaacson 2007-11-01 21:12:29 UTC
This patch has been committed to both trunk and the 2.20 branch.