> URL: http://www.lyx.org/trac/changeset/19666 > Log: > Fix crash when a user removes a formula when its preview is being generated. > (Another signal/destructor/gcc3 bug)
This is another signal/destructor/gcc3 bug: when a formula is created, and is removed before its preview is generated, the imageReady signal will crash lyx when the preview is generated because it can not reach the removed inset. Committed to both trunk and branch. I did not ask for review because this is trivial enough. Bo