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 674324 - The documentation of the function gupnp_didl_lite_object_get_parent_id is incorrect
The documentation of the function gupnp_didl_lite_object_get_parent_id is inc...
Status: RESOLVED FIXED
Product: gupnp-av
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-18 12:11 UTC by Mark Ryan
Modified: 2019-02-22 05:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to update the documentation for gupnp_didl_lite_object_get_parent_id (1.02 KB, patch)
2012-04-18 12:11 UTC, Mark Ryan
committed Details | Review

Description Mark Ryan 2012-04-18 12:11:08 UTC
Created attachment 212287 [details] [review]
Patch to update the documentation for gupnp_didl_lite_object_get_parent_id

It suggests that the caller should dispose of the returned value when he no longer needs it by calling g_free.  However, the caller should not do this.  If he does his program will probably crash.

Please find attached a patch to address the issue.
Comment 1 Jens Georg 2012-04-18 12:22:52 UTC
Review of attachment 212287 [details] [review]:

Ok