radeon: fix typo in last dma patch

This commit is contained in:
Alex Deucher 2009-08-19 13:06:53 -04:00
parent 29e51c3872
commit 174aeabc0f
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ void radeonFreeDmaRegions(radeonContextPtr rmesa)
FREE(dma_bo);
}
foreach_s(dma_bo, temp, &rmesa->dma.free) {
foreach_s(dma_bo, temp, &rmesa->dma.wait) {
remove_from_list(dma_bo);
radeon_bo_unref(dma_bo->bo);
FREE(dma_bo);