with memleaks
This commit is contained in:
parent
34a23c6eab
commit
e0d9353d4b
3 changed files with 20 additions and 12 deletions
4
image.h
4
image.h
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue