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

Commit bcab3222 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reverb: Initialize reverb handle to NULL" into main

parents bb08b4be 71085cbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -161,7 +161,7 @@ class ReverbContext final : public EffectContext {
    std::mutex mMutex;
    std::mutex mMutex;
    const lvm::ReverbEffectType mType;
    const lvm::ReverbEffectType mType;
    bool mEnabled = false;
    bool mEnabled = false;
    LVREV_Handle_t mInstance GUARDED_BY(mMutex);
    LVREV_Handle_t mInstance GUARDED_BY(mMutex) = LVM_NULL;


    int mRoomLevel = 0;
    int mRoomLevel = 0;
    int mRoomHfLevel = 0;
    int mRoomHfLevel = 0;