Commit 3eadc797 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

testapi: Remove the sleep() hack.

parent 81e3de1b
......@@ -256,7 +256,6 @@ static void test_media_player_play_stop(const char** argv, int argc)
libvlc_media_instance_stop (mi, &ex);
catch ();
sleep(1);
libvlc_media_instance_release (mi);
catch ();
......
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