Greetings all, I saw that it is necceserry to use gSOAP memory allocation techniques (soap_malloc,soap_new__XXX) no avoid memory leaks.But i have used lots of shared_ptr (and vectors of shared_ptr), in my service and with 'valgrind' i noticed that theres huge amount of 'leak memory' in my service. Is it safe to use smart pointers with gSOAP ?
thanks in advance,
