]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
drm: Fix a call to free(9) with an incorrect malloc type
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Fri, 8 Mar 2013 18:11:02 +0000 (18:11 +0000)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Fri, 8 Mar 2013 18:11:02 +0000 (18:11 +0000)
commit3f81c677461757d14cb855f74d146695e31316a2
tree998d4448a2bc13c48bb654a93966f516957b3c02
parent1f14e0cb94970d153670dbe485190bff954a1e1e
drm: Fix a call to free(9) with an incorrect malloc type

While here, the call to free(9) is moved to drm_global.c, near the
initial malloc(9).

Reviewed by: Konstantin Belousov (kib@)
sys/dev/drm2/drm_global.c
sys/dev/drm2/ttm/ttm_bo.c
sys/dev/drm2/ttm/ttm_memory.c