validate: use MAY_BE_LEAKED flag
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1230
This commit is contained in:
parent
5b78110813
commit
df6e25514c
@ -333,6 +333,8 @@ gst_validate_action_type_new (void)
|
||||
|
||||
gst_validate_action_type_init (type);
|
||||
|
||||
/* action types are never freed */
|
||||
GST_MINI_OBJECT_FLAG_SET (type, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED);
|
||||
return type;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user