commit | 673d85c678abfcee9b7c2a5f6940c24dcf9e2863 | [log] [tgz] |
---|---|---|
author | Pradeep Reddy POTTETI <c_ppotte@qti.qualcomm.com> | Tue Jul 26 19:08:07 2016 +0530 |
committer | Jouni Malinen <jouni@qca.qualcomm.com> | Fri Aug 05 17:10:45 2016 +0300 |
tree | 40e9ac4d2fab2a1ed04032247edf3e1acea9bfdb | |
parent | fdb0491a6946ec2c6fa7797d1176a612fd95ec15 [diff] |
Fix file description and socket leaks on error paths Static analyser warns of potential resource leaks like file descriptors and socket descriptors in error conditions. Fix the same. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>