Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99503543 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge \\"Fix WaveGenerator memory leak\\" am: f58e41ab

am: faf2adda

Change-Id: I7f2fbc21275ad795a464146add84321b9161447f
parents 801d27d4 faf2adda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -878,6 +878,7 @@ ToneGenerator::~ToneGenerator() {
        ALOGV("Delete Track: %p", mpAudioTrack.get());
        mpAudioTrack.clear();
    }
    clearWaveGens();
}

////////////////////////////////////////////////////////////////////////////////