Hi all, I have a problem deleting a list of smart pointers. When I do a "list.clear()" it seems that the header of the smart pointer is still in memory, isn't it ? Is there a way to delete completly the list? Should I use a list of raw pointers instead ? Thanks Julien