Commit 6f2d7639 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

objects: Dump libvlc when we have some leak related errors.

parent a6b4c90b
...@@ -371,6 +371,8 @@ static void vlc_object_destroy( vlc_object_t *p_this ) ...@@ -371,6 +371,8 @@ static void vlc_object_destroy( vlc_object_t *p_this )
p_this->pp_children[i]->psz_object_name ); p_this->pp_children[i]->psz_object_name );
} }
fflush(stderr); fflush(stderr);
/* Dump libvlc object to ease debugging */
vlc_object_dump( p_this->p_libvlc );
abort(); abort();
} }
......
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