summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-03-31 15:01:55 +0000
committerCarolyn MacLeod <carolyn>2006-03-31 15:01:55 +0000
commitd18b7956825819477229827890e19ff199934d22 (patch)
tree921d6078aa0b6e23af849d5998c79da21fb4729d /examples
parent00ac1a041987926e50fc05106544dc73ca5adf43 (diff)
downloadeclipse.platform.swt-d18b7956825819477229827890e19ff199934d22.tar.gz
eclipse.platform.swt-d18b7956825819477229827890e19ff199934d22.tar.xz
eclipse.platform.swt-d18b7956825819477229827890e19ff199934d22.zip
need to dispose display
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java
index cad85503a6..ed363155d5 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet149.java
@@ -54,5 +54,6 @@ public class Snippet149 {
display.sleep();
}
}
+ display.dispose();
}
}