]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Drop useless check for cmd != NULL
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 2 Jan 2018 13:33:45 +0000 (14:33 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jan 2018 17:53:04 +0000 (18:53 +0100)
commitf78440309364f3faeb05fc4c1fcaa9e397bad2bd
tree043ff55cf1ab4b1080fcc768bdf23074ce155d13
parent8010997e2cb0df51a729a17a48511e5394a7e69a
vsh: Drop useless check for cmd != NULL

All our internal *Free() functions are capable of handling NULL.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/vsh.c