I have called libvlc_media_player_release function in a small QT App at destructor of Main Widget, and it cause a segment fault when I close the App. If I comment the line with this function, it works fine. (libvlc 1.1.5)
Somebody know how to fix this problem?