Commit 131aedf4 authored by malenov's avatar malenov
Browse files

fix missing pop_wmops()

parent 211901e3
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5715,6 +5715,9 @@ static ivas_error renderLfeToBinaural_fx(
    ELSE
    {
        /* no LFE to render */
#ifdef FIX_1740_MISING_POP_WMOPS
        pop_wmops();
#endif
        return IVAS_ERR_OK;
    }