Hi,
We have recently tested for one of the use case on DBC file.
We found there are leaks after using the datenbasis APIs, crossed verified with valgrind memcheck.
The code in main.c file having issues with memory leaks which are not getting release allocated with dynamic memory such as malloc.
Issues:
- "database" reference pointer variable
- "callbackList" variable
We have found a solution to resolve. How to proceed further?
Thanks & Regards,
Kiran Kumar A