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

test: Add two more missing media_list_player_stop().

parent c71466a1
No related merge requests found
......@@ -291,6 +291,9 @@ static void test_media_list_player_next(const char** argv, int argc)
libvlc_media_list_player_next (mlp, &ex);
catch ();
libvlc_media_list_player_stop (mlp, &ex);
catch ();
libvlc_media_list_player_release (mlp);
catch ();
......@@ -549,6 +552,9 @@ static void test_media_list_player_playback_options (const char** argv, int argc
msleep(500000);
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