Stop flushPartWordBuffer() from appending after a hard low-heap abort

This commit is contained in:
jpirnay
2026-05-12 12:27:55 +02:00
parent ca04badfed
commit 2e3b17a074
2 changed files with 43 additions and 24 deletions
@@ -158,7 +158,7 @@ class ChapterHtmlSlimParser final : public Print {
void updateEffectiveInlineStyle();
bool ensureHeapForTextLayout(const char* phase);
void startNewTextBlock(const BlockStyle& blockStyle);
void flushPartWordBuffer();
bool flushPartWordBuffer();
void makePages();
void emitBufferedTable();
void emitTableAsFragments(BufferedTable& table);