From: blueswir1 Date: Wed, 27 Aug 2008 18:43:53 +0000 (+0000) Subject: Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) X-Git-Tag: release_0_10_0~1596 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3772d4d44567ade0c3d44c29bd85911f3004ad1;p=thirdparty%2Fqemu.git Revert a part of r5087 that didn't need fixing (thanks to malc for spotting) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5090 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/audio/audio.c b/audio/audio.c index 5e2d4cfb0fc..20bb2fc264c 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -205,7 +205,7 @@ static char *audio_alloc_prefix (const char *s) } len = strlen (s); - r = qemu_malloc (len + sizeof (qemu_prefix) + 1); + r = qemu_malloc (len + sizeof (qemu_prefix)); if (r) { size_t i;