Skip to content

host: Fixing memory leak

Nevadita requested to merge mem_fix into devel

Fixing the memory leak as calloc was done inside the tlv_assoc clients depending on the number of clients.So free needs to be done for the same

Merge request reports