drm/r600: fix memory leak introduced with 64k malloc avoidance fix.
authorDave Airlie <airlied@linux.ie>
Mon, 28 Sep 2009 05:37:25 +0000 (15:37 +1000)
committerDave Airlie <airlied@linux.ie>
Mon, 28 Sep 2009 05:37:25 +0000 (15:37 +1000)
The legacy r600 path shares code, but doesn't share quite enough
to get the freeing correct. Free the pages here also.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found