# HG changeset patch # User Augie Fackler # Date 2021-06-07 21:10:35 # Node ID 8a6e6b62b9a38ba4b5e81befd88ff368659d9a12 # Parent f7f082bc0e7c17faf6ab56a8139384d1fa005ba7 # Parent 9f798c1b0d892f65e6f6e074a5a37a0c37ac2a74 merge: with stable diff --git a/mercurial/cext/revlog.c b/mercurial/cext/revlog.c --- a/mercurial/cext/revlog.c +++ b/mercurial/cext/revlog.c @@ -992,6 +992,7 @@ static PyObject *compute_phases_map_sets phasesets[i] = NULL; } + free(phases); return Py_BuildValue("nN", len, phasesetsdict); release: