]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virCPUDefFormatBufFull: Use our general error handling pattern
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Feb 2015 17:06:44 +0000 (18:06 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 25 Feb 2015 08:23:45 +0000 (09:23 +0100)
commit33912cc03e25247842851d1e261bd08cee2d86ff
tree6c7eba0c7693aed9e0b091f6994ae24e96ee03b8
parent83c5467ee90514d2d684579ac9e5dd0d7b147bfa
virCPUDefFormatBufFull: Use our general error handling pattern

Well, so far there are no variables to free, no cleanup work needed on
an error, so bare 'return -1;' after each error is just okay. But this
will change in a while.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/cpu_conf.c