5 Mar
2014
5 Mar
'14
8:18 p.m.
On Wed, 2014-03-05 at 14:11 +0300, Dan Carpenter wrote:
Calling "kfree(byt)" is a double free because that was allocated with devm_kzalloc(). There were a couple places which leak "byt->msg". That memory is allocated in msg_empty_list_init().
Thanks, we've just fixed this too but were not quicker than you for upstreaming ;)
Acked-by: Liam Girdwood liam.r.girdwood@linux.intel.com