On Wed, 27 Jun 2012 00:55:37 +0200 (CEST), Jesper Juhl jj@chaosbits.net wrote:
If we ever hit the default case in the switch statement we'll return from the function without freeing the memory we just allocated to 'intel_plane' (but that has not been used).
This patch gets rid of the leak by freeing the memory just before we return.
Heh, I was more worried about the real leak of the planes on module unload. -Chris