From 3bc815a2c8746372e553827d08fa9a78560f022e Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Thu, 7 Jan 2010 14:49:41 +0100 Subject: [PATCH] test: Add two more missing media_list_player_stop(). --- test/libvlc/media_list_player.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c index cfb3656709..3f625f6afe 100644 --- a/test/libvlc/media_list_player.c +++ b/test/libvlc/media_list_player.c @@ -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 (); -- 2.39.2