Merge pull request #503 from vortigont/vdtor

make a d-tor virtual
This commit is contained in:
mrfaptastic 2023-09-29 12:36:52 +01:00 committed by GitHub
commit 3c7173abab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -462,9 +462,8 @@ public:
}
// Obj destructor
~MatrixPanel_I2S_DMA()
virtual ~MatrixPanel_I2S_DMA()
{
dma_bus.release();
}