]> Git Repo - qemu.git/commit - vnc.c
vnc: Set invalid buffer pointers to NULL
authorStefan Weil <[email protected]>
Sat, 19 Sep 2009 19:00:09 +0000 (21:00 +0200)
committerAnthony Liguori <[email protected]>
Mon, 5 Oct 2009 14:32:52 +0000 (09:32 -0500)
commitfa0cfdf24a75f3e6aa6c8b6efcbebd09e7f054aa
tree554a8ce3a88f8a58354fdf00667509045192d94f
parent7f1e9d4e138f5baf1e862a1221ba13eee7dcce9e
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
vnc.c
This page took 0.023875 seconds and 4 git commands to generate.