valgrind errors
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Was just having a look at the valgrind errors, and I think the
main one is in textblock.cc:
int leftBorder = boxOffsetX () + leftInnerPadding
+ (lines->size () == 0 ? line1OffsetEff : 0);
leftBorder being set to line1OffsetEff when line1OffsetEff
has not been initialized.