Merge "Fix incorrect Power destruction"

This commit is contained in:
Steven Moreland 2021-03-16 20:10:04 +00:00 committed by Gerrit Code Review
commit 3af4111932

View file

@ -35,7 +35,6 @@ Power::Power(power_module_t *module) : mModule(module) {
}
Power::~Power() {
delete(mModule);
}
// Methods from ::android::hardware::power::V1_0::IPower follow.