diff --git a/ffmpeg/jni/libxml2/python/libxml.c b/ffmpeg/jni/libxml2/python/libxml.c index 5b1ff6e8..fa61ce61 100644 --- a/ffmpeg/jni/libxml2/python/libxml.c +++ b/ffmpeg/jni/libxml2/python/libxml.c @@ -1325,7 +1325,6 @@ pythonAttributeDecl(void *user_data, for (node = tree; node != NULL; node = node->next) { newName = PY_IMPORT_STRING((char *) node->name); PyList_SetItem(nameList, count, newName); - Py_DECREF(newName); count++; } result = PyObject_CallMethod(handler, (char *) "attributeDecl",