Michael Schmitt <[EMAIL PROTECTED]> writes:
| =====>FMW: Free memory write
| This is occurring while in:
| void runqueue() [libinsets.a]
Probably not fixed, but I'd like to have a new report after I make my
commit.
| Simply loaded the Lyx User's Guide:
|
| UMR: Uninitialized memory read (5 times)
| This is occurring while in:
| int LyXText::LeftMargin(const Row*)const [text.C:432]
Not sure what caused this. I have moved some variables around to the
locations where they are needed, might improve things.
| +++++>ABR: Array bounds read
| This is occurring while in:
| islower [lyxfont.o]
| int LyXFont::textWidth(const char*,int)const
| [lyxfont.C:889]
This isn't really our fault. I put in some code that should make this
warning not happen anymore.
| Ok, I closed it again:
|
| FMR: Free memory read
| This is occurring while in:
| XDestroyIC [ICWrap.c]
Reiterate: I don't think this is our fault.
Lgb