[MAJOR] ported requri to use mempools v2
diff --git a/src/haproxy.c b/src/haproxy.c
index 7f5641c..ed26a54 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -664,7 +664,7 @@
     
 	pool_destroy2(pool2_session);
 	pool_destroy2(pool2_buffer);
-	pool_destroy(pool_requri);
+	pool_destroy2(pool2_requri);
 	pool_destroy2(pool2_task);
 	pool_destroy(pool_capture);
 	pool_destroy2(pool2_appsess);