commit | d663baba8b16f3097ac3fb5baf97c54970d2f1ff | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Sep 30 15:24:08 2015 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 07 14:13:59 2015 +0300 |
tree | 877e4952a5499497c6d09dd11ff96def30ba35b5 | |
parent | 4d370b74e7ce175f26654fe2db49db342566cdc8 [diff] |
video: of: fix memory leak If of_parse_display_timing() fails we are printing an error message and jumping to the error path but we missed freeing "dt". Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>