[Bug 742006] gst_discoverer_info_get_missing_elements_installer_details() has bad documentation of ownership of return value

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 26 12:57:52 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=742006
  GStreamer | gst-plugins-base | git

--- Comment #1 from Sam Thursfield <ssssam at gmail.com> 2014-12-26 20:57:49 UTC ---
Created an attachment (id=293364)
 View: https://bugzilla.gnome.org/attachment.cgi?id=293364
 Review: https://bugzilla.gnome.org/review?bug=742006&attachment=293364

Fix documentation that incorrectly says a return value should be freed

The gst_discoverer_info_get_missing_elements_installer_details()
documentation and annotation says that the return value should be freed
with g_strfreev(), but actually it's owned by the GstDiscovereInfo
object and should definitely not get freed by the caller as well.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list