]> git.proxmox.com Git - mirror_qemu.git/commit
tests: Fix two memory leaks
authorStefan Weil <weil@mail.berlios.de>
Fri, 21 Jan 2011 21:49:29 +0000 (22:49 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 17:45:08 +0000 (18:45 +0100)
commit8da91fffeaffba5f014dfdcc88b672590e83b7fc
treeca85a90c0d5c5742110a94278bf8f208ccfca240
parent1bbd185fa826a2da7c6089b968f9f7d08438c2c8
tests: Fix two memory leaks

Although both leaks are not really important, fix them
to avoid cppcheck warnings:

tests/linux-test.c:433: error: Memory leak: stack1
tests/linux-test.c:433: error: Memory leak: stack2

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tests/linux-test.c