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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-01 18:35:09 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-01 18:36:53 +0400
commit6c6fa749f6ee0ff7941696973b4b378a321e5709 (patch)
treee8351585d7e0737e7f6cc55f72f280d71b4346c9 /source/blender/compositor
parent61e5f81e37d5365ebb9da49ea9b6f62f4110d054 (diff)
Second attempt to fix T40833: Crash when rendering with freestyle.
The cause of the crash was identified in an uninitialized member variable `Main->lock`. Now that struct Main has a few member variables whose values are dynamically allocated, per-render Freestyle-specific Main data structures will be allocated and released using `BKE_main_new()` and `BKE_main_free()`, respectively. This revision complements the commit rB6135556f4556.
Diffstat (limited to 'source/blender/compositor')
0 files changed, 0 insertions, 0 deletions