changeset 7168:834b8d7bd597

parsers.c: there is no reference to data_obj, so it shouldn't be decref'ed
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sun, 19 Oct 2008 16:11:23 +0200
parents e62c33732c18
children 37dd322adc81 4da87407b845
files mercurial/parsers.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }