Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Feb 16, 2025
1 parent 7856315 commit 6ccb38d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wled00/bus_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1190,12 +1190,8 @@ void BusHub75Matrix::cleanup() {

_valid = false;
deallocatePins();
<<<<<<< HEAD
//if (virtualDisp != nullptr) delete virtualDisp; // warning: deleting object of polymorphic class type 'VirtualMatrixPanel' which has non-virtual destructor might cause undefined behavior
=======
_len = 0;
//if (fourScanPanel != nullptr) delete fourScanPanel; // warning: deleting object of polymorphic class type 'VirtualMatrixPanel' which has non-virtual destructor might cause undefined behavior
>>>>>>> mdev
//if (virtualDisp != nullptr) delete fourScanPanel; // warning: deleting object of polymorphic class type 'VirtualMatrixPanel' which has non-virtual destructor might cause undefined behavior
#if !defined(CONFIG_IDF_TARGET_ESP32S3) // S3: don't delete, as we want to re-use the driver later
if (display) delete display;
activeDisplay = nullptr;
Expand Down

0 comments on commit 6ccb38d

Please sign in to comment.