We need to store the new GList. Else, this causes problems if we remove the first...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 20 Oct 2003 08:22:19 +0000 (08:22 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Mon, 20 Oct 2003 08:22:19 +0000 (08:22 +0000)
commit2021fd636c98a94becb0e2c6b0be86d238c49027
tree363026aa0f1a75271e962949dfd57477c66eccab
parent9e9344fe94f8e727169e9a69159599289486e7f2
We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced p...

Original commit message from CVS:
We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced pointer). Also, we need to destroy the unused entry afterwards (memleak).
gst/gstprops.c