]> git.ipfire.org Git - thirdparty/libvirt.git/commit
initialize pointer to NULL
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 4 Jul 2011 06:00:28 +0000 (14:00 +0800)
committerDaniel Veillard <veillard@redhat.com>
Mon, 4 Jul 2011 06:00:28 +0000 (14:00 +0800)
commit1aa5f85bb8e2d92548dd91a925eb70af5eb0f91e
treefe45a72dd9d1fdebef8dc686abfd27f335c189b7
parent5dc404b71d15d214926eb259a3700a8206dd2838
initialize pointer to NULL

cmd is not initialized to NULL, but we try to freed it if we
meet some error.
src/qemu/qemu_command.c