[Gstreamer-bugs] [Bug 110757] Changed - [0.6.2] memory corruption fix

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Apr 29 23:04:59 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=110757

Changed by vishnu at pobox.com.

--- shadow/110757	Mon Apr 28 04:53:45 2003
+++ shadow/110757.tmp.19357	Wed Apr 30 02:04:59 2003
@@ -57,6 +57,12 @@
           
   return g_list_concat (_gst_registry_pool_plugins, result);
 }
 
 I'm assuming I need to use g_list_copy() on _gst_registry_pool_plugins
 here too?
+
+------- Additional Comments From vishnu at pobox.com  2003-04-30 02:04 -------
+Yes, you need g_list_concat if the GList is supposed to be freed by
+the caller (i don't have 0.6.x source code handy so i can't check). 
+g_list_concat does _not_ copy the list.
+





More information about the Gstreamer-bugs mailing list