Blender Git Commit Log

Git Commits -> Revision 49bc310

Revision 49bc310 by Sergey Sharybin (master)
October 9, 2013, 08:46 (GMT)
Move guarded objetc allocation to a guardedalloc header

Also made libmv-capi use guarded objetc allocation.
Run into some suspecious cases when it was not so
clear whether memory is being freed or not.

Now we'll know for sure whether there're leaks or not :)

Having this macros in a guardedalloc header helps
using them in other areas (for now it's OCIO and libmv,
but in the future it'll be more places).

Commit Details:

Full Hash: 49bc31067163474729755c8a9dbd543ba3744d3f
SVN Revision: 60625
Parent Commit: 22a30f7
Lines Changed: +100, -60

6 Modified Paths:

/extern/libmv/bundle.sh (+4, -5) (Diff)
/extern/libmv/CMakeLists.txt (+3, -4) (Diff)
/extern/libmv/libmv-capi.cc (+48, -22) (Diff)
/extern/libmv/SConscript (+2, -1) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+18, -0) (Diff)
/intern/opencolorio/ocio_impl.cc (+25, -28) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021