]> Zhao Yanbai Git Server - minix.git/commit
test24: fix memory leak. 05/1205/1
authorThomas Cort <tcort@minix3.org>
Tue, 14 Jan 2014 03:22:25 +0000 (22:22 -0500)
committerThomas Cort <tcort@minix3.org>
Tue, 14 Jan 2014 03:22:25 +0000 (22:22 -0500)
commitaaafe4b435456ad648cb3e57ab2e03528a89d2a2
tree11857e48162eeea247b5523884413e29e65514a1
parent274fdff60c0001d1d5c199c55cbd4e3a833d7c87
test24: fix memory leak.

Local variable 'name' was allocated but not freed. Add the free().

Change-Id: I3d16486fc17bd40d54619d80e5b1fdfe96f1be26
test/test24.c