org.swtchart.internal.Title.java handle leak
Status: Beta
Brought to you by:
yoshitaka
In org.swtchart.internal.Title.java - drawVerticalTitle(GC gc), Transform oldTransform is never disposed, causing handles to increase and memory leak.
Patch: set transform to null instead of oldTransform and in the GC chain, make sure you set the correct transform again after calling drawVerticalTitle();
Thanks for your good work with this library