aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_structures.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy_structures.c')
-rw-r--r--src/examples/mhd2spdy_structures.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/mhd2spdy_structures.c b/src/examples/mhd2spdy_structures.c
index a3486e3a..f7d54c4c 100644
--- a/src/examples/mhd2spdy_structures.c
+++ b/src/examples/mhd2spdy_structures.c
@@ -127,7 +127,7 @@ parse_uri(regex_t * preg, char * full_uri, struct URI ** uri)
127void 127void
128free_proxy(struct Proxy *proxy) 128free_proxy(struct Proxy *proxy)
129{ 129{
130 //PRINT_INFO("free proxy called"); 130 PRINT_INFO2("free proxy called for '%s'", proxy->url);
131 free(proxy->http_body); 131 free(proxy->http_body);
132 free_uri(proxy->uri); 132 free_uri(proxy->uri);
133 free(proxy->url); 133 free(proxy->url);