projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
arm: Factor out "generate right kind of step exception"
[qemu.git]
/
qtest.c
diff --git
a/qtest.c
b/qtest.c
index a6858272eb02603ff128d2c4b351c21b570fc59e..5aa6636ca892a2fde3f8661d1718f0f5608a73d7 100644
(file)
--- a/
qtest.c
+++ b/
qtest.c
@@
-240,6
+240,7
@@
static void GCC_FMT_ATTR(2, 3) qtest_sendf(CharBackend *chr,
va_start(ap, fmt);
buffer = g_strdup_vprintf(fmt, ap);
qtest_send(chr, buffer);
+ g_free(buffer);
va_end(ap);
}
This page took
0.022602 seconds
and
4
git commands to generate.