mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
bus: Fix another case where we hold the object lock while unreffing a message
This commit is contained in:
parent
721539dc4f
commit
f50d809c25
1 changed files with 1 additions and 1 deletions
|
@ -399,8 +399,8 @@ gst_bus_post (GstBus * bus, GstMessage * message)
|
|||
is_flushing:
|
||||
{
|
||||
GST_DEBUG_OBJECT (bus, "bus is flushing");
|
||||
gst_message_unref (message);
|
||||
GST_OBJECT_UNLOCK (bus);
|
||||
gst_message_unref (message);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue