From f09786cf087c1a3651523398ce32c4d33fd13f38 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Mon, 28 Jan 2008 19:51:25 +0000 Subject: [PATCH] Compile fix --- src/control/testapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/testapi.c b/src/control/testapi.c index 27298a42f5..0efd687468 100644 --- a/src/control/testapi.c +++ b/src/control/testapi.c @@ -103,7 +103,7 @@ static void test_media_list (const char ** argv, int argc) libvlc_media_list_release (ml); - libvlc_release (vlc, &ex); + libvlc_release (vlc); catch (); } -- 2.11.4.GIT