diff --git a/firmware/buflib.c b/firmware/buflib.c index 411480d09b..2d4b4b8bb2 100644 --- a/firmware/buflib.c +++ b/firmware/buflib.c @@ -284,6 +284,7 @@ buflib_compact(struct buflib_context *ctx) } else /* hole closed */ hole = NULL; + continue; } } /* attempt move the allocation by shift */