From bbd16d75ed035df0c5dceb90b00bb0d5f55b42ec Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Sat, 17 Feb 2007 02:18:43 +0000 Subject: [PATCH] Not a comment. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@138 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- upnp/src/genlib/net/http/httpreadwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upnp/src/genlib/net/http/httpreadwrite.c b/upnp/src/genlib/net/http/httpreadwrite.c index 6537301..aa0fddc 100644 --- a/upnp/src/genlib/net/http/httpreadwrite.c +++ b/upnp/src/genlib/net/http/httpreadwrite.c @@ -708,7 +708,7 @@ http_Download( IN const char *url_str, // save mem for body only *document = realloc( msg_start, *doc_length + 1 ); //LEAK_FIX_MK - //*document = Realloc( msg_start,msg_length, *doc_length + 1 );//LEAK_FIX_MK + // *document = Realloc( msg_start,msg_length, *doc_length + 1 );//LEAK_FIX_MK // shrink can't fail assert( ( int )msg_length > *doc_length );