servo: Free color patterns

Source-Repo: https://github.com/servo/servo
Source-Revision: 6a7aa49c04456ab45643b8ff48d6fc26fffdd398
This commit is contained in:
Brian Anderson 2012-05-04 02:40:32 -07:00
parent 9d463ac886
commit d0149eb318

View File

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