void axl_item_free ( axlItem item,
bool  dealloc 
)

Allows to release the memory hold the item reference provided, and the value stored inside it.

Parameters:
item The item to dealloc.
dealloc true to also dealloc the value inside.