commit | 9643c25f8d67646857159d6fc021b07e7a659192 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Oct 18 22:25:38 2011 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 19 11:22:24 2011 +0000 |
tree | 3ce5f4b6a32c0d3dd814e27937a11d3334680dfe | |
parent | b08d26b76d51fb2695912373ded53b628ec96320 [diff] |
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>