Commit 17ce364a authored by Olivier Aubert's avatar Olivier Aubert

python bindings, vlc_internal.c: use PyObject_DEL (patch by Jan David Mol)

parent ac12ee39
......@@ -122,7 +122,7 @@ static void
vlcObject_dealloc( PyObject *self )
{
vlcObject_release( self, NULL );
PyMem_DEL( self );
PyObject_DEL( self );
}
static PyObject *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment