commit | a9cdd4855738906043b8131cfe8055d6cde88ffe | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Fri Feb 12 10:32:15 2010 +0530 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 24 14:23:03 2010 +1030 |
tree | 37ce268d3aceb90145d6d42d29b1f77a5bc1005f | |
parent | 298add723aecd7af461319fe815d935ef2c40d78 [diff] |
virtio: console: Ensure no memleaks in case of unused buffers If unused data exists in in_vq, ensure we flush that first and then detach unused buffers, which will ensure all buffers from the in_vq are removed. Also ensure we free the buffers after detaching them. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>