[master] f20ac34 Free the remaining arguments

Federico G. Schwindt fgsch at lodoss.net
Thu Aug 31 11:08:06 CEST 2017


commit f20ac34287b8400af63839ca1294b94c59059cc8
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Thu Aug 31 10:06:56 2017 +0100

    Free the remaining arguments

diff --git a/lib/libvarnishapi/vut.c b/lib/libvarnishapi/vut.c
index c4f0f99..355299e 100644
--- a/lib/libvarnishapi/vut.c
+++ b/lib/libvarnishapi/vut.c
@@ -287,8 +287,10 @@ VUT_Fini(void)
 	AN(VUT.progname);
 
 	free(VUT.n_arg);
-	free(VUT.r_arg);
 	free(VUT.P_arg);
+	free(VUT.q_arg);
+	free(VUT.r_arg);
+	free(VUT.t_arg);
 
 	vut_vpf_remove();
 	AZ(VUT.pfh);



More information about the varnish-commit mailing list