From 1eec614b36390be66430ed6dd0ce47a6f2f0ae1a Mon Sep 17 00:00:00 2001 From: aliguori Date: Thu, 5 Feb 2009 22:06:18 +0000 Subject: toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6531 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index 8815688c1..354a792d4 100644 --- a/monitor.c +++ b/monitor.c @@ -1371,10 +1371,6 @@ static void do_wav_capture (const char *path, CaptureState *s; s = qemu_mallocz (sizeof (*s)); - if (!s) { - term_printf ("Not enough memory to add wave capture\n"); - return; - } freq = has_freq ? freq : 44100; bits = has_bits ? bits : 16; -- cgit v1.2.3