Merge branch 'master' of git@github.com:gigablast/open-source-search-engine

This commit is contained in:
Matt Wells 2013-08-09 08:52:23 -07:00
commit 2c7caf0653
3 changed files with 11 additions and 3 deletions

View File

@ -1356,9 +1356,9 @@ bool HttpServer::sendReply2 ( char *mime,
mimeLen,
&newReplySize,
hr );
// different?
if ( newReply != sendBuf )
mfree ( sendBuf , sendBufSize ,"sbufa" );
// different? no, we free it in storeloginbar
//if ( newReply != sendBuf )
// mfree ( sendBuf , sendBufSize ,"sbufa" );
// and do it
sendBuf = newReply;
sendBufSize = newReplySize;

View File

@ -19,3 +19,11 @@ See html/developer.html for all code documentation.
Alternatively, visit http://www.gigablast.com/developer.html
CONTACT
-------
Contact me for feature requests or help in general. I will work for free
for good use cases. mattdwells@hotmail.com.

Binary file not shown.