# HG changeset patch # User Benoit Boissinot # Date 1224425483 -7200 # Node ID 834b8d7bd5978a85c22b880d0c24241416d24672 # Parent e62c33732c1815f11b78ddaa8bf3a06bf524957e parsers.c: there is no reference to data_obj, so it shouldn't be decref'ed diff -r e62c33732c18 -r 834b8d7bd597 mercurial/parsers.c --- a/mercurial/parsers.c Sun Oct 19 13:00:36 2008 +0200 +++ b/mercurial/parsers.c Sun Oct 19 16:11:23 2008 +0200 @@ -406,7 +406,6 @@ Py_XDECREF(nodemap); Py_XDECREF(cache); Py_XDECREF(rval); - Py_XDECREF(data_obj); return NULL; }