Elbeem: fix memory leak and add guarded allocator directives
This commit is contained in:
@@ -43,6 +43,6 @@ if env['WITH_BF_OPENMP']:
|
||||
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
|
||||
defs += ' USE_MSVC6FIXES'
|
||||
incs += ' ' + env['BF_PNG_INC'] + ' ' + env['BF_ZLIB_INC']
|
||||
incs += ' extern '
|
||||
incs += ' extern ../../guardedalloc'
|
||||
|
||||
env.BlenderLib ('bf_intern_elbeem', sources, Split(incs), Split(defs), libtype='intern', priority=0 )
|
||||
|
Reference in New Issue
Block a user