6 Mar
2014
6 Mar
'14
5:22 a.m.
On Wed, Mar 05, 2014 at 02:11:57PM +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().
Applied, thanks.