Closed GoogleCodeExporter closed 9 years ago
Thanks, the crash log tells the tale.
I was able to reproduce this, and fix it. The -[dealloc] of the model's
representation of a movie was trying to
remove itself from the undo history, which is "as designed" since you don't
want to undo a change to the title
of a movie that no longer exists. However, the model-movie was being
dealloc'ed because its owning
document was dealloc'ed, and the owning document also owned the undo manager,
and had already
dealloc'ed it. An easy fix, but the bug only showed up on Tiger, and I'd done
most of my undo/redo testing on
Leopard.
The fix is already in the checked in souce code. It will be in the next
official binary release of Vidnik,
Original comment by DavidPhi...@gmail.com
on 21 May 2008 at 11:44
Original issue reported on code.google.com by
keith.da...@gmail.com
on 17 May 2008 at 2:12Attachments: