Remove an unecessary set of block2.
2005-07-22 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftglue.c (ftglue_realloc): Remove an unecessary set of block2.
This commit is contained in:
parent
ff7034787d
commit
91a3fa2e4b
|
@ -91,7 +91,6 @@ ftglue_realloc( FT_Memory memory,
|
||||||
else if ( new_size == 0 )
|
else if ( new_size == 0 )
|
||||||
{
|
{
|
||||||
ftglue_free( memory, block );
|
ftglue_free( memory, block );
|
||||||
block2 = NULL;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue