Free color patterns

This commit is contained in:
Brian Anderson 2012-05-04 02:40:32 -07:00
parent 018bce1b6c
commit 6a7aa49c04

View file

@ -99,4 +99,5 @@ fn clear(draw_target: AzDrawTargetRef) {
unsafe { unsafe::reinterpret_cast(black_pattern) }
);
AzReleaseColorPattern(black_pattern);
}