]> git.sesse.net Git - vlc/blobdiff - src/control/testapi.c
Fix fribidi.pc
[vlc] / src / control / testapi.c
index bb5fd1b09d1070cf669ebac2dddcefcef05c6da3..0efd687468a78598ce3917bf2c4235f988f9d8c5 100644 (file)
@@ -71,10 +71,8 @@ static void test_core (const char ** argv, int argc)
     catch ();
 
     libvlc_retain (vlc);
-    libvlc_release (vlc, &ex);
-    catch ();
-    libvlc_release (vlc, &ex);
-    catch ();
+    libvlc_release (vlc);
+    libvlc_release (vlc);
 }
 
 static void test_media_list (const char ** argv, int argc)
@@ -105,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 ();
 }