commit | d7958b21e7f8c447a26bb2436f08402b2c308be4 | [log] [tgz] |
---|---|---|
author | Chris Evans <scarybeasts@gmail.com> | Wed Mar 23 08:13:06 2011 +0800 |
committer | Daniel Veillard <veillard@redhat.com> | Wed Mar 23 08:13:06 2011 +0800 |
tree | 7459d78f46241c414eafea693a58a666385b5815 | |
parent | dde64081f9440b898cd856fad99bd8b7ede6b39a [diff] |
Fix some potential problems on reallocation failures The count was incremented before the allocation and not fixed in case of failure * xpath.c: corrects a few instances where the available count of some structure is updated before we know the allocation actually succeeds