Commit c71466a1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test: Fix media_list_player test. (Make sure we stop before releasing).

parent ae3d66e7
......@@ -221,6 +221,9 @@ static void test_media_list_player_previous(const char** argv, int argc)
libvlc_media_list_player_previous (mlp, &ex);
catch ();
libvlc_media_list_player_stop (mlp, &ex);
catch ();
libvlc_media_list_player_release (mlp);
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