aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/property_benchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/property_benchmark.cpp')
-rw-r--r--benchmarks/property_benchmark.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmarks/property_benchmark.cpp b/benchmarks/property_benchmark.cpp
index ff3618e5e..1b4ba2316 100644
--- a/benchmarks/property_benchmark.cpp
+++ b/benchmarks/property_benchmark.cpp
@@ -101,6 +101,9 @@ struct LocalPropertyTestState {
}
system_properties_.contexts_->FreeAndUnmap();
+ if (system_properties_.appcompat_override_contexts_) {
+ system_properties_.appcompat_override_contexts_->FreeAndUnmap();
+ }
for (int i = 0; i < nprops; i++) {
delete names[i];