Commit 13b3e54c authored by vaclav's avatar vaclav
Browse files

accept FIX_852_FIX_HANDLE_DEREF

parent 17ab7e28
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -602,11 +602,7 @@ void ivas_ism_metadata_close(
{
    int16_t n;

#ifdef FIX_852_FIX_HANDLE_DEREF
    if ( hIsmMetaData == NULL || *hIsmMetaData == NULL )
#else
    if ( hIsmMetaData == NULL || hIsmMetaData == NULL )
#endif
    {
        return;
    }
+0 −1
Original line number Diff line number Diff line
@@ -151,7 +151,6 @@
/*#define SPLIT_REND_WITH_HEAD_ROT  */                  /* Dlb,FhG: Split Rendering contributions 21 and 35 */

#define FIX_820_DOUBLE_PREC_MACROS                      /* VA: issue 820: Double precision arithmetic in IVAS_CALCULATE_ABS() */
#define FIX_852_FIX_HANDLE_DEREF                        /* VA: issue 852: Fix missing handle dereferencing of hIsmMetadaData in ivas_ism_metadata_close() */
#define FIX_520_REMOVE_MEMMOVE_JBM                      /* VA: issue 520: Remove memmove() from JBM code */
#define FIX_853_ARRAY_SIZE_MISMATCH                     /* Nokia: Issue #853: Mismatch of declaration and definition of computeIntensityVector_ana and computeReferencePower_ana */
#define FIX_814_DOUBLE_PREC_IN_REVERB                   /* Philips: Issue 814: Replace double precision arithmetic in reverb */