GNOME Bugzilla – Bug 532887
memory leak in AccessibleHyperlink_unref() C-binding
Last modified: 2008-05-13 09:21:17 UTC
Please describe the problem: void AccessibleHyperlink_unref (AccessibleHyperlink *obj) { cspi_object_ref (obj); } should be: cspi_object_unref (obj); Steps to reproduce: Actual results: Expected results: Does this happen every time? yes Other information: fix provided above.
Created attachment 110839 [details] [review] patch