Commit 0ef79163 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

objects: Fix vlc_list_children

Regression introduced in b84a7ea0
parent 50f0fb4f
......@@ -525,6 +525,7 @@ vlc_list_t *vlc_list_children( vlc_object_t *obj )
free (l);
return NULL;
}
l->i_count = count;
}
unsigned i = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment