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

Commit 28743b79 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix WaveGenerator memory leak" into nyc-mr1-dev

parents 67f98ee9 2b49066e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -877,6 +877,7 @@ ToneGenerator::~ToneGenerator() {
        ALOGV("Delete Track: %p", mpAudioTrack.get());
        mpAudioTrack.clear();
    }
    clearWaveGens();
}

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