mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
fix
Original commit message from CVS: fix
This commit is contained in:
parent
fe34a07e0f
commit
920d5bc922
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ gst_tcpserversink_close (GstTCPServerSink * this)
|
|||
if (this->streamheader) {
|
||||
GList *l;
|
||||
|
||||
for (l = sink->streamheader; l; l = l->next) {
|
||||
for (l = this->streamheader; l; l = l->next) {
|
||||
gst_buffer_unref (l->data);
|
||||
}
|
||||
g_list_free (this->streamheader);
|
||||
|
|
Loading…
Reference in a new issue