mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
video: of: display_timing: double free on error
The display_timings_release() function frees "disp" and we free it again on the next line. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
parent
6c131850ec
commit
62795a0d81
@ -236,6 +236,7 @@ timingfail:
|
||||
if (native_mode)
|
||||
of_node_put(native_mode);
|
||||
display_timings_release(disp);
|
||||
disp = NULL;
|
||||
entryfail:
|
||||
kfree(disp);
|
||||
dispfail:
|
||||
|
Loading…
Reference in New Issue
Block a user