Merge branch '4-Thin_Client' into 104-integration

Former-commit-id: 9864ba5dd0627dd8c68fae64aa7fad1916e40a0f
This commit is contained in:
Steve Harris 2012-02-27 11:32:49 -06:00
commit aa597242f9

View file

@ -562,11 +562,9 @@ public class GLTarget implements IGLTarget {
if (defaultFont != null) {
defaultFont.disposeInternal();
defaultFont = null;
}
if (colorbarFont != null) {
colorbarFont.disposeInternal();
colorbarFont = null;
}
theContext.destroyContext();