[mw-devel] MW3 r1380 - trunk/src/client
arthur at sucs.org
arthur at sucs.org
Fri Jul 17 15:59:37 BST 2015
Author: arthur
Date: 2015-07-17 15:59:37 +0100 (Fri, 17 Jul 2015)
New Revision: 1380
Modified:
trunk/src/client/log.c
Log:
Dont forget to clean up after grabbing parsing the headers
Modified: trunk/src/client/log.c
===================================================================
--- trunk/src/client/log.c 2015-07-16 15:25:54 UTC (rev 1379)
+++ trunk/src/client/log.c 2015-07-17 14:59:37 UTC (rev 1380)
@@ -289,6 +289,7 @@
}
}
block_free(body);
+ block_free(head);
/* fishing mission complete, store the results */
More information about the mw-devel
mailing list