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

Commit f40f36b3 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "LVM Reverb module : Fix a crash"

parents 145a0bec ca2b8153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ int main(int argc, const char* argv[]) {
    const int outChannelCount = (channelCount == 1 ? 2 : channelCount);

    std::vector<short> in(frameLength * maxChannelCount);
    std::vector<short> out(frameLength * maxChannelCount);
    std::vector<short> out(frameLength * outChannelCount);
    std::vector<float> floatIn(frameLength * channelCount);
    std::vector<float> floatOut(frameLength * outChannelCount);