mirror of
https://github.com/mintsuki/flanterm
synced 2025-02-18 21:04:03 +03:00
backends/fb: Free self on deinit
This commit is contained in:
parent
d65ea0802d
commit
54eb19672b
@ -748,6 +748,7 @@ static void fbterm_deinit(struct term_context *_ctx, void (*_free)(void *, size_
|
||||
_free(ctx->queue, ctx->queue_size);
|
||||
_free(ctx->map, ctx->map_size);
|
||||
_free(ctx->canvas, ctx->canvas_size);
|
||||
_free(ctx, sizeof(struct fbterm_context));
|
||||
}
|
||||
|
||||
struct term_context *fbterm_init(
|
||||
|
Loading…
x
Reference in New Issue
Block a user