shithub: gefs

Download patch

ref: c2c5d8143a4490f564ad74962116fd1614bfb94f
parent: e1720e7817812dea1bb6aea1db30ebb3b58befb6
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Dec 5 12:13:45 EST 2023

blk: missing poperror() in compresslog()

--- a/blk.c
+++ b/blk.c
@@ -459,6 +459,7 @@
 		cachedel(b->bp.addr);
 		blkdealloc_lk(a, blks[i]);
 	}
+	poperror();
 	free(blks);
 	return 0;
 }