utf8.c: Fix a minor refcounting bug caused by 02c8547
authorFather Chrysostomos <sprout@cpan.org>
Mon, 19 Nov 2012 02:44:16 +0000 (18:44 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 19 Nov 2012 04:17:18 +0000 (20:17 -0800)
commitcc34d8c5166167fcc3b2144eab4efb369901f305
treebb13d80c8cde4e7f760f061ff06b33a26719747f
parent2fd63cc5b615213574e0153ed2bf14d9df23c073
utf8.c: Fix a minor refcounting bug caused by 02c8547

Under some circumstances it could cause a hash to point to a freed
element.  But the hash itself was leaking, so it caused on problems,
as no attempt to free its element again was made.

The next commit will stop the hash from leaking.
utf8.c