I have created an object, which has a mutex and a thread associated with it. When cleaning up I am destroying the mutex and exiting from the thread. But when I call vlc_object_destroy() on my object, VLC crashes. What else do I need to do before calling vlc_object_destroy()? Thanks, Sachin