зеркало из https://github.com/mozilla/pjs.git
backing out toshok's changes made to a closed burning tree
This commit is contained in:
Родитель
7e58314164
Коммит
b0aa54402b
|
@ -1111,8 +1111,6 @@ read_font_spec(char* name, void* field)
|
|||
} while ( (tmp = strtok(NULL, ",")) != NULL );
|
||||
free(copy);
|
||||
}
|
||||
|
||||
free(font_spec);
|
||||
}
|
||||
|
||||
|
||||
|
@ -1142,8 +1140,6 @@ write_font_spec(char* name, void* field)
|
|||
fe_FreeFontSettings(set);
|
||||
|
||||
write_str(name, &font_spec);
|
||||
|
||||
free(font_spec);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -760,14 +760,6 @@ lo_ScrapeElement(MWContext *context, LO_Element *element, Bool freeTableOrCellSt
|
|||
break;
|
||||
|
||||
|
||||
case LO_LIST:
|
||||
if (element->lo_list.tag != NULL)
|
||||
{
|
||||
PA_FreeTag(element->lo_list.tag);
|
||||
element->lo_list.tag = NULL;
|
||||
}
|
||||
break;
|
||||
|
||||
case LO_MULTICOLUMN:
|
||||
/* should we do this? */
|
||||
if (element->lo_multicolumn.tag != NULL)
|
||||
|
|
|
@ -238,7 +238,6 @@ void LO_RelayoutOnResize(MWContext *context, int32 width, int32 height, int32 le
|
|||
if(!state->top_state->is_binary)
|
||||
FE_SetProgressBarPercent(context, 100);
|
||||
|
||||
lo_FreeLayoutData(context, state);
|
||||
FE_FinishedLayout(context);
|
||||
|
||||
/* Tell FE to redraw window */
|
||||
|
|
Загрузка…
Ссылка в новой задаче