From 6b2d40b0d5d62546fe0676c8268ca7857a41815c Mon Sep 17 00:00:00 2001 From: jonas Date: Tue, 19 Feb 2019 02:10:41 +0100 Subject: Fixed picture flipping + memory leaks --- bitmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitmap.h') diff --git a/bitmap.h b/bitmap.h index 5c16401..d222ffb 100644 --- a/bitmap.h +++ b/bitmap.h @@ -53,6 +53,8 @@ struct bitmap_pixel_data uint8_t **R; uint8_t **G; uint8_t **B; + + uint8_t error; }; -- cgit v1.2.3