shithub: gefs

Download patch

ref: 5b623ee54c90aaa5647f1b77075e3c0ca6ae294c
parent: a82f38d12ba6ead66c7bad1f842ba8ac65084fbe
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Nov 12 17:06:47 EST 2022

check: fix block leak

--- a/check.c
+++ b/check.c
@@ -107,6 +107,7 @@
 		}
 		if(c != nil && badtree(fd, c, h - 1, &y, nil))
 			fail++;
+		dropblk(c);
 	}
 	if(b->type == Tpivot){
 		if(b->nbuf > 0){