commit | fa0cfdf24a75f3e6aa6c8b6efcbebd09e7f054aa | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Sat Sep 19 21:00:09 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Oct 05 09:32:52 2009 -0500 |
tree | 554a8ce3a88f8a58354fdf00667509045192d94f | |
parent | 7f1e9d4e138f5baf1e862a1221ba13eee7dcce9e [diff] |
vnc: Set invalid buffer pointers to NULL After qemu_free, the pointers for input and output buffers are no longer valid, so set them to NULL (most other calls of qemu_free in vnc.c use this pattern, too). Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>