[6.0] c3c75f4fc Revert 88b2eb8e for now

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:53:13 UTC 2018


commit c3c75f4fc5ea3ee7d4f0e7ceb5225d2cb32ae089
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon Jun 18 11:04:20 2018 +0100

    Revert 88b2eb8e for now
    
    Should address #2666 and #2711.

diff --git a/bin/varnishtest/vtc_main.c b/bin/varnishtest/vtc_main.c
index d814944a2..e64bcfa41 100644
--- a/bin/varnishtest/vtc_main.c
+++ b/bin/varnishtest/vtc_main.c
@@ -244,10 +244,6 @@ tst_cb(const struct vev *ve, int what)
 			VEV_Stop(vb, jp->evt);
 			free(jp->evt);
 		}
-		if (!jp->tst->ntodo) {
-			free(jp->tst->script);
-			FREE_OBJ(jp->tst);
-		}
 		FREE_OBJ(jp);
 		return (1);
 	}


More information about the varnish-commit mailing list