commit | 7a444d1f0b557c68f847050b33713ae7b56f25e7 | [log] [tgz] |
---|---|---|
author | Masanari Iida <standby24x7@gmail.com> | Wed Feb 12 22:46:25 2014 +0900 |
committer | Thomas Hellstrom <thellstrom@vmware.com> | Tue Feb 18 14:03:32 2014 +0100 |
tree | f09ed2d32626920e4b42e9926317034895b420ae | |
parent | 728a0cdf065b9f42d1ff25d94858f824bb0989ba [diff] |
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>