auto_size_text
auto_size_text copied to clipboard
Fix TextPainter leaking
Dispose it when it is no longer in use.
Also add leak detection to all the unit tests to prevent regressions.
Fixes #150