netclientclock: Free data after removing it from the list
authorSebastian Dröge <sebastian@centricular.com>
Fri, 15 Jan 2016 08:02:42 +0000 (09:02 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 15 Jan 2016 08:02:42 +0000 (09:02 +0100)
commit3315f483bc47035feed30a4f0733b81712a71277
tree39349824900e74af93c2e1eef40e1ee6bb3b28ea
parent20c89fa8bcc23b05297c617ef2811bde5c99c040
netclientclock: Free data after removing it from the list

Does not matter here but makes Coverity more happy. It can't
know that g_list_remove() only looks at the pointer value but
does not dereference it.

CID 1348454
libs/gst/net/gstnetclientclock.c