Comment 6 for bug 1106031

Revision history for this message
Craig Marshall (craig9-deactivatedaccount) wrote :

After further work, I have narrowed this down to a single line in revision 11972:

Line 134 of src/sp-filter.cpp is a new addition in this revision and it says:

object->readAttr( "style" ); // struct not derived from SPItem, we need to do this ourselves.

Now, with this line, the original test case crashes, without it, it doesn't.