Merge "Fix incorrect Power destruction"
This commit is contained in:
commit
3af4111932
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue