with memleaks

This commit is contained in:
Jakob Stornig 2023-09-24 00:31:29 +02:00
parent 34a23c6eab
commit e0d9353d4b
3 changed files with 20 additions and 12 deletions

View file

@ -6,10 +6,6 @@ typedef struct {
char label;
} Image;
typedef struct {
const Image* image;
const size_t size;
} Image_Container;
static const int MAGIC_NUMBER_LABEL = 2049;