From: Christophe Fergeau Date: Thu, 17 Feb 2011 21:18:22 +0000 (+0100) Subject: remove duplicated call to reportOOMError X-Git-Tag: CVE-2011-1146~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50daaa0a3ead744f7832d74b1e28614162dc0a14;p=thirdparty%2Flibvirt.git remove duplicated call to reportOOMError --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c9feb9b0b7..371a7ed917 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -4243,7 +4243,6 @@ qemuBuildCommandLine(virConnectPtr conn, if (configfd >= 0) { if (virAsprintf(&configfd_name, "%d", configfd) < 0) { VIR_FORCE_CLOSE(configfd); - virReportOOMError(); goto no_memory; }