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

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

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

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

Change-Id: I42598bd8c80c6369d5fa6f00ce75118b2e4fb8d0
parents bd716e8d 40221ce0
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.