diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 14:33:26 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 14:33:26 +1100 |
| commit | 700d4447dfcd815aef5967ecc8cef60800007ead (patch) | |
| tree | 14f4d3bf905a9fdb632a918f1c2f97f0700c98dd /src/format/image/bmp.c | |
| parent | 4d83e2289407ea61dbfa395f7bcc5f0c6ca013e1 (diff) | |
fix(bmp): Removed last_error field after ff_bmp_ctx freed
Diffstat (limited to 'src/format/image/bmp.c')
| -rw-r--r-- | src/format/image/bmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c index fc9347a..5e63f0c 100644 --- a/src/format/image/bmp.c +++ b/src/format/image/bmp.c @@ -40,7 +40,6 @@ ff_result ff_open_bmp(ff_stream *stream, ff_bmp_ctx **out_ctx) if (ctx->raw->read == NULL) { ff_dprintf("bmp: stream failed to read\n"); free(ctx); - ctx->last_error = FF_RESULT_ERROR_READ_FILE_FAILURE; return FF_RESULT_ERROR_READ_FILE_FAILURE; } |
