]> git.sesse.net Git - vlc/blobdiff - test/native/gc.c
Why are this variable unused ? (commented out for the moment as it memleak)
[vlc] / test / native / gc.c
index 9cf14423e2d6fb778dcfff8accd38e0f9cb73dc6..f52263ad6c1025d3631d965935e5834a7d909601 100644 (file)
@@ -1,4 +1,8 @@
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 struct mygc
@@ -39,4 +43,6 @@ static PyMethodDef native_gc_test_methods[] = {
    { NULL, NULL, 0, NULL }
 };
 
+asserts = 0;
+
 DECLARE_MODULE( native_gc_test )