commit | 02ee9b18dedf1d72afa0fbfb0d7c15f6b4904a07 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyj.lk@gmail.com> | Thu Aug 11 23:29:54 2016 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 14 21:21:37 2016 -0700 |
tree | c072e8ec9b0f374d509cfe37abfecef28f63bc4b | |
parent | 2fb876b2221d35fab002595af71c7ea339166a20 [diff] |
qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc() 'dcbx_info is malloced in qed_dcbnl_get_ieee_pfc() and should be freed before leaving from the error handling cases, otherwise it will cause memory leak. Fixes: a1d8d8a51e83 ("qed: Add dcbnl support.") Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>