##// END OF EJS Templates
parsers.c: there is no reference to data_obj, so it shouldn't be decref'ed
Benoit Boissinot -
r7168:834b8d7b default
parent child Browse files
Show More
@@ -406,7 +406,6 b' quit:'
406 406 Py_XDECREF(nodemap);
407 407 Py_XDECREF(cache);
408 408 Py_XDECREF(rval);
409 Py_XDECREF(data_obj);
410 409 return NULL;
411 410 }
412 411
General Comments 0
You need to be logged in to leave comments. Login now