mercurial/bdiff.c
changeset 435 e731d25ddab2
parent 433 79c694462294
child 439 f81a011fba3d
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -239,7 +239,7 @@ static struct hunklist diff(struct line 
 
 static PyObject *blocks(PyObject *self, PyObject *args)
 {
-	PyObject *sa, *sb, *rl, *m;
+	PyObject *sa, *sb, *rl = NULL, *m;
 	struct line *a, *b;
 	struct hunklist l;
 	struct hunk *h;