зеркало из https://github.com/mozilla/gecko-dev.git
Always initialize clear_type. gets rid of UMR.
This commit is contained in:
Родитель
7ff5d0e7ce
Коммит
baf7c85d49
|
@ -5622,7 +5622,7 @@ XP_TRACE(("lo_LayoutTag(%d)\n", tag->type));
|
|||
case P_LINEBREAK:
|
||||
|
||||
{
|
||||
uint8 clear_type;
|
||||
uint8 clear_type = LO_CLEAR_NONE;
|
||||
|
||||
if(state->hide_content)
|
||||
break; /* skip the whole tag */
|
||||
|
|
Загрузка…
Ссылка в новой задаче