Original commit message from CVS:
fix
This commit is contained in:
Thomas Vander Stichele 2004-06-08 14:09:30 +00:00
parent fe34a07e0f
commit 920d5bc922

View file

@ -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);