Issue #1213 update nsharp resources to clear target on dispose.

Former-commit-id: 60ca8a3011 [formerly b1df98f68b5927d71230efa6f1f49ba3023a9a6f]
Former-commit-id: 752a0078d4
This commit is contained in:
Ben Steffensmeier 2012-09-25 10:51:52 -05:00
parent e726f71edd
commit 1df5ee74aa

View file

@ -116,6 +116,7 @@ public class NsharpAbstractPaneResource extends AbstractVizResource<AbstractReso
font12=null;
}
this.target.dispose();
this.target = null;
}