aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console/fbcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/console/fbcon.c')
-rw-r--r--drivers/video/console/fbcon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c
index f39931f818b8..4e39291ac8b4 100644
--- a/drivers/video/console/fbcon.c
+++ b/drivers/video/console/fbcon.c
@@ -3563,6 +3563,7 @@ static void fbcon_exit(void)
3563 3563
3564 fbcon_del_cursor_timer(info); 3564 fbcon_del_cursor_timer(info);
3565 kfree(ops->cursor_src); 3565 kfree(ops->cursor_src);
3566 kfree(ops->cursor_state.mask);
3566 kfree(info->fbcon_par); 3567 kfree(info->fbcon_par);
3567 info->fbcon_par = NULL; 3568 info->fbcon_par = NULL;
3568 } 3569 }