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 793622 - Missing reference addition on children_changed::add
Missing reference addition on children_changed::add
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
0.33.x
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2018-02-19 23:30 UTC by Samuel Thibault
Modified: 2019-05-01 22:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (408 bytes, patch)
2018-02-19 23:30 UTC, Samuel Thibault
none Details | Review

Description Samuel Thibault 2018-02-19 23:30:00 UTC
Created attachment 368592 [details] [review]
proposed fix

We have been experience duplicate unreferences while running netbeans. children_changed::remove indeed unreference the parent. But there is no corresponding reference on children_changed::add, thus unpaired referencing. The attached patch fixes the issues with netbeans
Comment 1 Samuel Thibault 2019-05-01 22:22:50 UTC
Fixed by 0dd40b6945429a1f7bdd688a1f2b1e480b564c53 ("Fix missing reference addition on children_changed::add")