commit | 8da91fffeaffba5f014dfdcc88b672590e83b7fc | [log] [tgz] |
---|---|---|
author | Stefan Weil <weil@mail.berlios.de> | Fri Jan 21 22:49:29 2011 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Feb 20 18:45:08 2011 +0100 |
tree | ca85a90c0d5c5742110a94278bf8f208ccfca240 | |
parent | 1bbd185fa826a2da7c6089b968f9f7d08438c2c8 [diff] |
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>