Mercurial > hg
diff .hgtags @ 26048:0be2f81aadc3
parsers: fix two leaks in index_ancestors
Both happy paths through this function leaked the returned list:
1) If the list was of size 0 or 1, it was retained an extra time and then
returned.
2) If the list was passed to find_deepest, it was never released before
exiting this function.
Both paths spotted by cpychecker.
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 18 Aug 2015 17:15:04 -0400 |
parents | ba789c15029b |
children | e0bfa3374a6a |