mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
miniobject: clear flags in init
This commit is contained in:
parent
fd59a2cead
commit
be21f9cf42
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ gst_mini_object_init (GstMiniObject * mini_object, GType type, gsize size)
|
||||||
{
|
{
|
||||||
mini_object->type = type;
|
mini_object->type = type;
|
||||||
mini_object->refcount = 1;
|
mini_object->refcount = 1;
|
||||||
|
mini_object->flags = 0;
|
||||||
mini_object->size = size;
|
mini_object->size = size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue