Commit 5e1e150c authored by Laurent Aimar's avatar Laurent Aimar

Attached aout to its parent in aout_New().

parent 78418c51
......@@ -102,6 +102,8 @@ aout_instance_t * __aout_New( vlc_object_t * p_parent )
vlc_object_set_destructor( p_aout, aout_Destructor );
vlc_object_attach( p_aout, p_parent );
return p_aout;
}
......
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