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