diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index f39931f818b8cf0d2ab25a97ee4af03310692229..4e39291ac8b47212431d6990b180b65bb622e5dc 100644 --- a/drivers/video/console/fbcon.c +++ b/drivers/video/console/fbcon.c @@ -3563,6 +3563,7 @@ static void fbcon_exit(void) fbcon_del_cursor_timer(info); kfree(ops->cursor_src); + kfree(ops->cursor_state.mask); kfree(info->fbcon_par); info->fbcon_par = NULL; }