[Intel-gfx] [PATCH 11/21] fbcon: Extract fbcon_open/release helpers
Sam Ravnborg
sam at ravnborg.org
Thu Feb 3 21:32:28 UTC 2022
Hi Daniel,
>
> > + kfree(ops->cursor_state.mask);
> > + kfree(ops->cursor_data);
> > + kfree(ops->cursor_src);
> > + kfree(ops->fontbuffer);
> > + kfree(oldinfo->fbcon_par);
> > + oldinfo->fbcon_par = NULL;
> These all look like candidates to stuff into fbcon_release()
> That would drop the nice symmetry but make it more consistent.
>
> I think we miss freeing ops->cursor_data in fbcon_exit(),
> but I did not follow all the code.
We agree as I can see this was done in a later patch.
Sam
More information about the Intel-gfx
mailing list