qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5090] Revert a part of r5087 that didn't need fixing ( thanks to malc for spotting)
@ 2008-08-27 18:43 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-08-27 18:43 UTC (permalink / raw)
  To: qemu-devel

Revision: 5090
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5090
Author:   blueswir1
Date:     2008-08-27 18:43:53 +0000 (Wed, 27 Aug 2008)

Log Message:
-----------
Revert a part of r5087 that didn't need fixing (thanks to malc for spotting)

Modified Paths:
--------------
    trunk/audio/audio.c

Modified: trunk/audio/audio.c
===================================================================
--- trunk/audio/audio.c	2008-08-26 17:07:04 UTC (rev 5089)
+++ trunk/audio/audio.c	2008-08-27 18:43:53 UTC (rev 5090)
@@ -205,7 +205,7 @@
     }
 
     len = strlen (s);
-    r = qemu_malloc (len + sizeof (qemu_prefix) + 1);
+    r = qemu_malloc (len + sizeof (qemu_prefix));
 
     if (r) {
         size_t i;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-27 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 18:43 [Qemu-devel] [5090] Revert a part of r5087 that didn't need fixing ( thanks to malc for spotting) Blue Swirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).