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

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

Merge "Visualizer: fix native crash when visualizer release"

parents ac9e1f55 5a56b61c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -440,6 +440,7 @@ static void android_media_visualizer_native_release(JNIEnv *env, jobject thiz)
        if (lpVisualizer == 0) {
            return;
        }
        lpVisualizer->release();
    }
    // delete the JNI data
    VisualizerJniStorage* lpJniStorage =