From 4d83e2289407ea61dbfa395f7bcc5f0c6ca013e1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 14:32:38 +1100 Subject: fix(bmp): Removed last_error field after ff_bmp_ctx freed --- src/format/image/bmp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c index 6a33f40..fc9347a 100644 --- a/src/format/image/bmp.c +++ b/src/format/image/bmp.c @@ -50,7 +50,6 @@ ff_result ff_open_bmp(ff_stream *stream, ff_bmp_ctx **out_ctx) if (res != FF_RESULT_OK) { ff_dprintf("bmp: validation failed (%d)\n", res); free(ctx); - ctx->last_error = res; return res; } -- cgit v1.2.3