diff options
author | Stefan Weil <sw@weilnetz.de> | 2011-10-18 22:25:38 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-11-19 11:22:24 +0000 |
commit | 9643c25f8d67646857159d6fc021b07e7a659192 (patch) | |
tree | 3ce5f4b6a32c0d3dd814e27937a11d3334680dfe /osdep.c | |
parent | b08d26b76d51fb2695912373ded53b628ec96320 (diff) | |
download | hqemu-9643c25f8d67646857159d6fc021b07e7a659192.zip hqemu-9643c25f8d67646857159d6fc021b07e7a659192.tar.gz |
gdbstub: Fix memory leak
cppcheck report:
gdbstub.c:1781: error: Memory leak: s
Rearranging of the code avoids the leak.
v2:
Replace the g_malloc0() by g_new0() (suggested by Stuart Brady).
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'osdep.c')
0 files changed, 0 insertions, 0 deletions