I have read the source code,and find item_free() function will always check if the item's refcount is zero,if not,it will not free the memory allocate to the item Will this cause the memory leak?
Appreciate for all your answers.
I have read the source code,and find item_free() function will always check if the item's refcount is zero,if not,it will not free the memory allocate to the item Will this cause the memory leak?
Appreciate for all your answers.