Skip to content

HwBufferMgr: fix SoftBufferAllocMgr (re)allocBuffers on FrameDim change

Alejandro Homs Puron requested to merge fix_hw_buffer_realloc into master

The patch fixes SoftBufferAllocMgr::allocBuffers when FrameDim changes. The bug will not be seen if the class is managed by a StdBufferCbMgr (virtually all the current cases), but it will fail if the class SoftBufferAllocMgr is used alone

Merge request reports