replace screens with unique_ptr (#11163)
This commit is contained in:
@@ -868,7 +868,6 @@ void Power::reboot()
|
||||
Wire.end();
|
||||
Serial1.end();
|
||||
if (screen) {
|
||||
delete screen;
|
||||
screen = nullptr;
|
||||
}
|
||||
LOG_DEBUG("final reboot!");
|
||||
|
||||
Reference in New Issue
Block a user