qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5090] Revert a part of r5087 that didn't need fixing ( tha


From: Blue Swirl
Subject: [Qemu-devel] [5090] Revert a part of r5087 that didn't need fixing ( thanks to malc for spotting)
Date: Wed, 27 Aug 2008 18:43:54 +0000

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;






reply via email to

[Prev in Thread] Current Thread [Next in Thread]