Skip to content

replace calloc() in malloc() in VBAP init

Currently, calloc() is used to allocate memory in the VBAP initialization module. The function malloc() should be used instead to correctly count the complexity of zeroing the buffer as in the rest of the framework.