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)
commit4c57edba4588ddba40017fbde3cd356e600bdf80
tree80c8c89ba2dc7092576dbe2de5bc6dc2612aabe5
parent74bf2ad508efa93db4254c9da9c7238da44e2c58
drm/r600: fix memory leak introduced with 64k malloc avoidance fix.

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>
drivers/gpu/drm/radeon/r600_cs.c