| commit | f0c9628714bda31e58149bdc1d229a55df063121 | [log] [tgz] |
|---|---|---|
| author | Vinit Deshpande <[email protected]> | Wed Dec 09 16:40:37 2015 -0800 |
| committer | Vinit Deshpande <[email protected]> | Thu Dec 10 13:18:28 2015 -0800 |
| tree | 68558b5ffd80091346937d8af6f03c64ec1a5a26 | |
| parent | 3a6288afe9317768eef26f1e69e5fdbd97cd396e [diff] |
Fix leaked nl_msg objects Colin ([email protected]) found out that create() gets called on same object multiple times; without a call to destroy() in between; this causes leaks. This change will destroy the request object, before allowing create to proceed. BUG: 25392275 Change-Id: Id2199346020dd69f735f50fe3b2f11bfe251cad0