changeset 435 | e731d25ddab2 |
parent 433 | 79c694462294 |
child 439 | f81a011fba3d |
--- a/mercurial/bdiff.c Wed Jun 22 11:30:14 2005 -0800 +++ b/mercurial/bdiff.c Wed Jun 22 11:31:24 2005 -0800 @@ -239,7 +239,7 @@ 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;