1 2 3 4 5 6
#include <stdlib.h> #include "image.h" void mons_image_free(mons_image *image) { free(image->data); }