Closed gyagp closed 4 years ago
Thanks, since ~RingBuffer()
is a virtual function now, I'd like more refinements here:
~RingBufferDawn()
with override
.delete mEqueueBufferList[index];
should be enough.Please take another look!
LGTM, thanks!
This is to dismiss the warning during compilation as below: warning: delete called on non-final 'RingBufferDawn' that has virtual functions but non-virtual destructor for "delete ringBuffer;" in BufferManagerDawn.cpp(215,13).