Remove excess call to DONE_Stream left over from conversion from FT1.
authorOwen Taylor <otaylor@redhat.com>
Tue, 24 Apr 2001 15:47:22 +0000 (15:47 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 24 Apr 2001 15:47:22 +0000 (15:47 +0000)
Tue Apr 24 11:45:55 2001  Owen Taylor  <otaylor@redhat.com>

* pango/opentype/ftxgdef.c (TT_Load_GDEF_Table): Remove
excess call to DONE_Stream left over from conversion
from FT1. (reported by Michael Jansson)

src/ftxgdef.c

index dd1754c..ee177e8 100644 (file)
     gdef->NewGlyphClasses = NULL;
 
     *retptr = gdef;
-    DONE_Stream( stream );
 
     return TT_Err_Ok;