commit | 35887b1cf74dc751dd0574b26515142d3cea9376 | [log] [tgz] |
---|---|---|
author | Andres Salomon <dilinger@queued.net> | Wed Feb 11 13:04:23 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Feb 11 14:25:34 2009 -0800 |
tree | fd93c7df28ebcd6a398cdb80d8e66c468d0765fe | |
parent | b14caecdbe7730bf82c8510f1ba52e00273e15c4 [diff] |
gx1fb: properly alloc cmap and plug cmap leak We weren't properly allocating the cmap for depths greater than 8bpp, which caused pain for things like DirectFB. Also, we never freed the cmap memory upon module unload.. Signed-off-by: Andres Salomon <dilinger@debian.org> Cc: Marco La Porta <marco-laporta@tiscali.it> Cc: Jordan Crouse <jordan@cosmicpenguin.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>