add missing NULL of scene->ed

This commit is contained in:
Campbell Barton 2012-05-11 14:27:55 +00:00
parent 3bbfbfe4b1
commit 713a517f40

@ -280,6 +280,8 @@ void BKE_sequencer_editing_free(Scene *scene)
}
MEM_freeN(ed);
scene->ed = NULL;
}
/* **********************************************************************