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