You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
fix string not released
This commit is contained in:
@@ -127,7 +127,7 @@ public:
|
|||||||
}
|
}
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
if (!enabled) return;
|
if (enabled) {
|
||||||
LOGI("spoofing build vars in GMS!");
|
LOGI("spoofing build vars in GMS!");
|
||||||
auto buildClass = env_->FindClass("android/os/Build");
|
auto buildClass = env_->FindClass("android/os/Build");
|
||||||
auto buildVersionClass = env_->FindClass("android/os/Build$VERSION");
|
auto buildVersionClass = env_->FindClass("android/os/Build$VERSION");
|
||||||
@@ -150,6 +150,7 @@ public:
|
|||||||
args.value.data())), ...);
|
args.value.data())), ...);
|
||||||
}, spoofConfig);
|
}, spoofConfig);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
env_->ReleaseStringUTFChars(args->nice_name, nice_name);
|
env_->ReleaseStringUTFChars(args->nice_name, nice_name);
|
||||||
env_->ReleaseStringUTFChars(args->app_data_dir, app_data_dir);
|
env_->ReleaseStringUTFChars(args->app_data_dir, app_data_dir);
|
||||||
|
|||||||
Reference in New Issue
Block a user