]> git.proxmox.com Git - qemu.git/commit
audio: Replace non-portable asprintf in debug code by g_strdup_printf
authorStefan Weil <sw@weilnetz.de>
Wed, 16 Jan 2013 17:17:33 +0000 (18:17 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 16 Jan 2013 18:03:26 +0000 (12:03 -0600)
commit457b65432700281b061086a2a8527bf1f59163a9
treed4ece3fe5109b0bb699fe15b86684ce1a30f886d
parenta1cbfd554e11bb8af38c2f3e1f1574bf4c563cd2
audio: Replace non-portable asprintf in debug code by g_strdup_printf

sw->name already uses the correct g_free to free the allocated memory.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
audio/audio.c