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

Commit 982f0ce8 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 am: 2751a6ad

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

Change-Id: I516804d5fd196f5ebac945172c46ce88233e41da
parents 1f109434 2751a6ad
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.