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

Commit 3af41119 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Fix incorrect Power destruction"

parents b840a0cd 9f9047c7
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.