nv50/ir: Fix Interval::clear().

This commit is contained in:
Francisco Jerez
2011-11-15 01:50:58 +01:00
committed by Christoph Bumiller
parent cd6d63fa60
commit f0a7ec9a2f
@@ -100,6 +100,7 @@ Interval::clear()
next = r->next;
delete r;
}
head = tail = NULL;
}
bool