From f21dd0843aecb83bc3b7d3a32f64d7d42fdc9895 Mon Sep 17 00:00:00 2001 From: kotori Date: Fri, 10 Nov 2023 22:50:11 -0500 Subject: [PATCH] Fix object double free --- app/src/main/cpp/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/cpp/main.cpp b/app/src/main/cpp/main.cpp index a7a0e50..fffd21f 100644 --- a/app/src/main/cpp/main.cpp +++ b/app/src/main/cpp/main.cpp @@ -157,7 +157,6 @@ private: env->DeleteLocalRef(dexCl); env->DeleteLocalRef(entryClassName); env->DeleteLocalRef(entryClassObj); - env->DeleteLocalRef(entryClass); } };