This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Memory leak in ti.bios.BUF

Hello,

there seems to be a memory leak in the BUF module of the legacy DSP/BIOS API within SYS/BIOS 6:BUF_create() calls MEM_alloc() to allocate memory for the buffers, but BUF_delete() doesn't release the memory again.

SYS/BIOS version: 6.35.04.50

Thanks,
Ralf

  • This looks like a bug.   I filed a bug report -- SDOCM00113538.

    The only workaround at this time is to use the native BIOS 6.x HeapBuf APIs.

    I would encourage you to move to the native BIOS 6.x APIs for new development as the legacy APIs may be removed in a future release.

    Regards,
    -Karl-