Skip to content
Snippets Groups Projects
Commit f691f079 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

object: missing initializer

parent bb02e661
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ void *vlc_custom_create (vlc_object_t *parent, size_t length,
}
else
{
obj->obj.logger = NULL;
obj->obj.no_interact = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment