Fix infinit loop

Change-Id: Ie1edfeae72e033b14e16cc4c5c9e388f11be1627
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Montel Laurent 2013-03-19 11:09:22 +01:00 committed by The Qt Project
parent 1fb3d56efb
commit 12d8432c69

View File

@ -3782,7 +3782,7 @@ static HB_Error Load_ContextPos2( HB_ContextPosFormat2* cpf2,
return HB_Err_Ok;
Fail1:
for ( m = 0; m < n; n++ )
for ( m = 0; m < n; m++ )
Free_PosClassSet( &pcs[m] );
FREE( pcs );