Merge "Fix incorrect Power destruction" am: 3af4111932
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1634024 Change-Id: I98fc53171d242e2ba14ec0b325ffa09a66fe15ec
This commit is contained in:
commit
ab4954afe9
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