]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove error checking after using vshMalloc.
authorChris Lalancette <clalance@redhat.com>
Thu, 17 Jun 2010 15:24:01 +0000 (11:24 -0400)
committerChris Lalancette <clalance@redhat.com>
Fri, 16 Jul 2010 13:07:00 +0000 (09:07 -0400)
commit9aa236e19f4374a35a6885c6db3225491457fe3a
tree8b0612d9fa3031acb6afdf94bf47ae79e119b3f7
parentde6380726b9be5766835522e05179378dc8b7273
Remove error checking after using vshMalloc.

vshMalloc and friends always exit() on allocation failure,
so there is no reason to do checking for NULL in the code
that uses it.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
tools/virsh.c