Skip to content
Snippets Groups Projects
Commit c71466a1 authored by Pierre's avatar Pierre
Browse files

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

parent ae3d66e7
No related branches found
No related tags found
No related merge requests found
......@@ -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 ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment