<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 24, 2014 at 4:31 PM, Julien 'Lta' BALLET <span dir="ltr"><<a href="mailto:elthariel@gmail.com" target="_blank">elthariel@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">diff --git a/test/native/gc.c b/test/native/gc.c<br>
index f52263a..70da068 100644<br>
--- a/test/native/gc.c<br>
+++ b/test/native/gc.c<br>
@@ -25,14 +25,14 @@ static PyObject *gc_test( PyObject *self, PyObject *args )<br>
<br>
      vlc_gc_init( gc, mygc_destructor, NULL );<br>
      ASSERT( gc->i_gc_refcount == 0, "Refcount should be 0" );<br>
-     vlc_gc_incref( gc );<br>
+     input_item_Hold( gc );<br></div></div></blockquote><div><br></div><div>Maybe the sed was a too strong solution. </div><div>Is this supposed to work ? grepping vlc_gc_init doesn't return anything in the vlc source tree ?</div>
<div><br></div></div></div></div>