Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40221ce0 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Fix incorrect Power destruction" am: 3af41119 am: ab4954af

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1634024

Change-Id: I3da040f7760cf3bc642c7140240edd5e196f815e
parents 696dbed5 ab4954af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.