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

Commit c25e0dce authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 5b50cd13: Merge "Frameworks/base: Fix build"

* commit '5b50cd13':
  Frameworks/base: Fix build
parents d99c25ef 5b50cd13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static jboolean com_android_pacprocessor_PacNative_createV8ParserNativeLocked(JN
    return JNI_TRUE;
}

static jboolean com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked(JNIEnv* /* env *,
static jboolean com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked(JNIEnv* /* env */,
        jobject) {
    if (proxyResolver != NULL) {
        delete logger;