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 532887 - memory leak in AccessibleHyperlink_unref() C-binding
memory leak in AccessibleHyperlink_unref() C-binding
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: cbindings
1.22.x
Other All
: Normal critical
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2008-05-13 04:25 UTC by orenl
Modified: 2008-05-13 09:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
patch (720 bytes, patch)
2008-05-13 09:21 UTC, Li Yuan
committed Details | Review

Description orenl 2008-05-13 04:25:31 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.
Comment 1 Li Yuan 2008-05-13 09:21:06 UTC
Created attachment 110839 [details] [review]
patch