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

test: Add two more missing media_list_player_stop().

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