]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ttm: Fix memory leak in ttm_agp_backend.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 12 Feb 2014 13:46:25 +0000 (22:46 +0900)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 18 Feb 2014 13:03:32 +0000 (14:03 +0100)
commitec13b97a94bc0165fd5e6f6b529662c519799af1
treef09ed2d32626920e4b42e9926317034895b420ae
parentc1a683f22e1ac38f0bab8a440a5ed0a982830254
drm/ttm: Fix memory leak in ttm_agp_backend.c

This patch fix a memory leak found by cppcheck.
[drivers/gpu/drm/ttm/ttm_agp_backend.c:129]:
(error) Memory leak: agp_be

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/ttm/ttm_agp_backend.c