]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 28 Jan 2008 19:51:25 +0000 (19:51 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 28 Jan 2008 19:51:25 +0000 (19:51 +0000)
src/control/testapi.c

index 27298a42f52b1aab78bd8668ba06aa5a28d081cc..0efd687468a78598ce3917bf2c4235f988f9d8c5 100644 (file)
@@ -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 ();
 }