commit | 05dfdbbd678ea2b642db73f48b75667a23d15484 | [log] [tgz] |
---|---|---|
author | Mark Wallis <mwallis@serialmonkey.com> | Mon Jan 26 17:32:35 2009 +1100 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 30 11:34:11 2009 +1030 |
tree | 63d4cbf36a1fdf11e77008bd169d02446469cc8b | |
parent | b44d49ab0954accefba4c71274ab58abe1c25c52 [diff] |
lguest: Fix a memory leak with the lg object during launcher close Fix a memory leak identified by Rusty Russell during LCA09 by kfree'ing the lg object instead of just clearing it when the launcher closes. Signed-off-by: Mark Wallis <mwallis@serialmonkey.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>