Depsgraph: Remove redundant call of depsgraph free

This commit is contained in:
Sergey Sharybin 2017-10-20 12:10:29 +02:00
parent e665c3a3f6
commit 86d75d5d98
1 changed files with 0 additions and 2 deletions

View File

@ -662,8 +662,6 @@ void BKE_scene_free_ex(Scene *sce, const bool do_id_user)
}
DEG_scene_graph_free(sce);
if (sce->depsgraph_legacy)
DEG_graph_free(sce->depsgraph_legacy);
MEM_SAFE_FREE(sce->fps_info);