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 793544 - Fix warning
Fix warning
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-17 17:38 UTC by Samuel Thibault
Modified: 2019-05-01 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (801 bytes, text/plain)
2018-02-17 17:38 UTC, Samuel Thibault
Details

Description Samuel Thibault 2018-02-17 17:38:03 UTC
Created attachment 368481 [details]
proposed fix

I've seen a warning in jaw_selection_ref_selection that g_object_ref (G_OBJECT(obj)) gets a null object. It happens that jchild itself is already NULL, so we should just stop there already.
Comment 1 Samuel Thibault 2019-05-01 22:17:55 UTC
Fixed by 63f6f754e4b10ae7986497973fcf67eeff6b34a1 ("Check against ref_selection returning null")