From 34cdaa86a50c41ac8a97977875e45c7dfeb18a8d Mon Sep 17 00:00:00 2001 From: vaclav Date: Wed, 20 Sep 2023 10:33:29 +0200 Subject: [PATCH] add LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK into options.h --- lib_com/options.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_com/options.h b/lib_com/options.h index d0fc7b2746..dda5b60cb7 100644 --- a/lib_com/options.h +++ b/lib_com/options.h @@ -174,6 +174,7 @@ #define FIX_747_ISM_TODOS /* VA: issue 747 - address ISM ToDos */ #define FIX_ISMRENDERER_HANDLE_DEALLOC /* VA: issue 781: harmonize Deallocation of handle 'hIsmRendererData' */ #define FIX_782_OSBA_FUNCTION_NAMES /* VA: fix 782: correct OSBA function names */ +#define LIB_REND_FIX_HRTFPARAMBIN_MEMLEAK /* fix 755 */ /* #################### End BE switches ################################## */ -- GitLab