comparison mercurial/strutil.py @ 16597:b767382a8675 stable

parsers: fix refcount bug on corrupt index When we encounter a corrupt index, we "fail" the init but our destructor still gets called. On some systems, this was causing us to attempt to decref a dangling to self->data.
author Matt Mackall <mpm@selenic.com>
date Mon, 07 May 2012 15:40:50 -0500
parents 25e572394f5c
children b723f05ec49b
comparison
equal deleted inserted replaced
16596:95ca6c8b38da 16597:b767382a8675