Tamito Kajiyama 698a9a2434 Fix T41180: Crash when using motion blur with Freestyle.
In pipeline.c, do_render_3d() is called multiple times for each frame when
motion blur is used.  This caused duplicates of the same struct Render instance
in re->freestyle_renders, resulting in fatal double freeing of allocated memory.
2014-07-27 03:12:54 +09:00
2014-07-22 12:03:15 +10:00
2014-07-26 12:59:29 +02:00
2014-07-22 12:03:15 +10:00
2013-12-24 22:57:27 +06:00
2014-07-21 12:02:05 +02:00
Description
No description provided
926 MiB
Languages
C++ 78.1%
Python 15%
C 2.8%
GLSL 1.8%
CMake 1.2%
Other 0.9%