diff --git a/src/allocator/GBM.cpp b/src/allocator/GBM.cpp index 5a776e9..8493c07 100644 --- a/src/allocator/GBM.cpp +++ b/src/allocator/GBM.cpp @@ -154,6 +154,7 @@ Aquamarine::CGBMBuffer::CGBMBuffer(const SAllocatorBufferParams& params, Hypruti } Aquamarine::CGBMBuffer::~CGBMBuffer() { + events.destroy.emit(); if (bo) gbm_bo_destroy(bo); for (size_t i = 0; i < (size_t)attrs.planes; i++)