mercurial/parsers.c
changeset 22540 9a860ac8c216
parent 22484 2b5940f64750
child 22604 5e0d1478db8e
--- a/mercurial/parsers.c	Wed Sep 17 11:00:03 2014 -0700
+++ b/mercurial/parsers.c	Wed Sep 24 13:16:20 2014 -0700
@@ -854,7 +854,7 @@
 {
 	Py_ssize_t i, len, addlen;
 	char *nothead = NULL;
-	PyObject *heads;
+	PyObject *heads = NULL;
 	PyObject *filter = NULL;
 	PyObject *filteredrevs = Py_None;