Skip to content
Snippets Groups Projects
Commit 7e44d291 authored by Pelech, Ondřej's avatar Pelech, Ondřej
Browse files

fixed free

parent e02a29a2
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,6 @@ int16_t text_draw(struct text* self,struct frame_buffer* buffer, int16_t x, int1
void free_text(struct text* self){
free(self->text);
free(self);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment