The unified diff between revisions [cf48f9a1..] and [812a98e1..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'src/HttpHeader.c'
#
#
# patch "src/HttpHeader.c"
# from [f130fccd6139140980f19965058577fb573780f7]
# to [0982fee1caff18c52a2426a4744d5c7362e32d12]
#
============================================================
--- src/HttpHeader.c f130fccd6139140980f19965058577fb573780f7
+++ src/HttpHeader.c 0982fee1caff18c52a2426a4744d5c7362e32d12
@@ -1,6 +1,6 @@
/*
- * $Id: HttpHeader.c,v 1.74.2.31 2006/02/25 23:07:49 hno Exp $
+ * $Id: HttpHeader.c,v 1.74.2.32 2006/05/12 16:17:35 hno Exp $
*
* DEBUG: section 55 HTTP Header
* AUTHOR: Alex Rousskov
@@ -798,6 +798,7 @@ httpHeaderGetByNameListMember(const Http
break;
}
}
+ stringClean(&header);
return result;
}