commit | d5f464c62b1a2a0c202f0bb8e4ad820b9e911a95 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Thu Nov 15 13:11:36 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Nov 16 18:26:03 2018 -0500 |
tree | c528c47cb6c80a4c47680bbbe770d802b12cd934 | |
parent | eae05d928e0c04b362b9dc28f60e4e96f08140cd [diff] |
i2s: fix slab leak in i2s_buf_write() A failed return value from i2s_write() requires that the slab we allocated earlier be freed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>