Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2016-10-14 08:17:55 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-10-14 08:17:55 +0300
commit58f0af965c83c6497bb5ee4e893e7de4d66f5c5a (patch)
treee901349ad996de19cf67581025bfceea92ab5fe1 /source/blender/blenloader/intern
parent3cecf3906947b461d75665c7d2e2ba5735dcf015 (diff)
viewport: fix rv3d->viewport mem free issue
Diffstat (limited to 'source/blender/blenloader/intern')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 7048e6d7e9b..31839a59ce1 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6501,6 +6501,7 @@ static void direct_link_region(FileData *fd, ARegion *ar, int spacetype)
rv3d->sms = NULL;
rv3d->smooth_timer = NULL;
rv3d->compositor = NULL;
+ rv3d->viewport = NULL;
}
}
}