shithub: gefs

Download patch

ref: b9696638496c7d07503f0fa23f4a89c9000b6327
parent: 880b001017993ccb3146b7968e62e83f67742983
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Jan 16 16:58:37 EST 2024

blk: add missing poperror()

--- a/blk.c
+++ b/blk.c
@@ -442,6 +442,7 @@
 		if(blks[i] == -1){
 			fprint(2, "out of space to compress log");
 			free(blks);
+			poperror();
 			return -1;
 		}
 	}