tests/test-mq-qsave.t
author Augie Fackler <augie@google.com>
Tue, 18 Aug 2015 17:15:04 -0400
changeset 26048 0be2f81aadc3
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
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.

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH

  $ hg init

  $ echo 'base' > base
  $ hg ci -Ambase
  adding base

  $ hg qnew -mmqbase mqbase

  $ hg qsave
  $ hg qrestore 2
  restoring status: hg patches saved state