Fix crash on load with a particular startup.blend, don't know how to redo

creating it, but this should be set to NULL on read.
This commit is contained in:
Brecht Van Lommel 2010-12-31 11:55:11 +00:00
parent c68e3913ed
commit 683694b520

@ -4540,6 +4540,7 @@ static void direct_link_windowmanager(FileData *fd, wmWindowManager *wm)
wm->drags.first= wm->drags.last= NULL;
wm->windrawable= NULL;
wm->winactive= NULL;
wm->initialized= 0;
wm->op_undo_depth= 0;
}