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

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

Merge "Fix incorrect Power destruction" am: 3af41119

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

Change-Id: I98fc53171d242e2ba14ec0b325ffa09a66fe15ec
parents a6d37dd0 3af41119
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.