Commit 13715b63 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

And the missing free()

parent fdbe8354
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3392,6 +3392,7 @@ ivas_error IVAS_DEC_AddAcousticEnvironment(
            }
        }

        free( st_ivas->pAcousticEnvironments );
        st_ivas->pAcousticEnvironments = ppAE;
        n = st_ivas->acousticEnvironmentsCount++;
        pAE = &st_ivas->pAcousticEnvironments[n];