Fix various memory leaks from error returns that should have been jumps to
authorOwen Taylor <otaylor@redhat.com>
Sat, 26 Jul 2003 14:50:23 +0000 (14:50 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 26 Jul 2003 14:50:23 +0000 (14:50 +0000)
commitf40b7c15e0bc4b71e706602c4e062f72d8f0fcdd
tree2cb0cd1c4a1e8f2f4e6c82f9d3aebd75c55d44a4
parent256d21970733483833b9cf31d5e0fa7ae853e944
Fix various memory leaks from error returns that should have been jumps to

Sat Jul 26 10:43:20 2003  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/ftxgsub.c pango/opentype/ftxgpos.c:
        Fix various memory leaks from error returns that should
        have been jumps to cleanup blocks. (From Qt, Lars Knoll)
src/ftxgpos.c
src/ftxgsub.c