From 88d5690b24e9cff155d204025a07e670205d6865 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 8 Jul 2002 19:22:41 +0000 Subject: [PATCH] unref event instead of freeing it Original commit message from CVS: unref event instead of freeing it --- libs/gst/bytestream/bytestream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/bytestream/bytestream.c b/libs/gst/bytestream/bytestream.c index e9e7b73..c03df2e 100644 --- a/libs/gst/bytestream/bytestream.c +++ b/libs/gst/bytestream/bytestream.c @@ -69,7 +69,7 @@ gst_bytestream_destroy (GstByteStream * bs) GSList *walk; if (bs->event) - gst_event_free (bs->event); + gst_event_unref (bs->event); walk = bs->buflist; while (walk) { -- 2.7.4