Le jeudi 6 août 2009 17:31:56 Alexander Bethke, vous avez écrit : > + if( psz_response ) > + { > + free( psz_response ); > + } > + psz_response = strdup( "" ); free(NULL) is a no-op in C, so that condition is useless. -- Rémi Denis-Courmont http://www.remlab.net/