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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-09 13:46:09 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-09 13:46:09 +0300
commitb394e05118c02b9476c6bbc88d208cc0bc075c1d (patch)
tree2b189e7c168e74f0b4752e572db12ac596fc65ac
parenta15e63153760d8ea8c6ccf45d82a8c740d4941e0 (diff)
Cycles: Cleanup, some documentation
-rw-r--r--intern/cycles/util/util_vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_vector.h b/intern/cycles/util/util_vector.h
index 0df490a5ef4..082c531b69a 100644
--- a/intern/cycles/util/util_vector.h
+++ b/intern/cycles/util/util_vector.h
@@ -46,6 +46,7 @@ public:
/* Inherit all constructors from base class. */
using BaseClass::vector;
+ /* Try as hard as possible to use zero memory. */
void free_memory(void)
{
BaseClass::resize(0);