Not a comment.
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@138 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
a225d3b54e
commit
bbd16d75ed
@ -708,7 +708,7 @@ http_Download( IN const char *url_str,
|
|||||||
|
|
||||||
// save mem for body only
|
// save mem for body only
|
||||||
*document = realloc( msg_start, *doc_length + 1 ); //LEAK_FIX_MK
|
*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
|
// shrink can't fail
|
||||||
assert( ( int )msg_length > *doc_length );
|
assert( ( int )msg_length > *doc_length );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user