summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2007-08-27 15:57:32 +0000
committerFelipe Heidrich <fheidric>2007-08-27 15:57:32 +0000
commitffec28c86b01629084c0700ff0cfca257ec3b679 (patch)
treea6e1c7637d51f5f0e8c73ff10c04744e6b92e332
parent596ba55c86c4d8d17daf8bfc719c8a2f3f0752ea (diff)
downloadeclipse.platform.swt-ffec28c86b01629084c0700ff0cfca257ec3b679.tar.gz
eclipse.platform.swt-ffec28c86b01629084c0700ff0cfca257ec3b679.tar.xz
eclipse.platform.swt-ffec28c86b01629084c0700ff0cfca257ec3b679.zip
*** empty log message ***
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
index 78cb550334..cc00fdfd45 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/Canvas.java
@@ -404,6 +404,7 @@ LRESULT WM_IME_COMPOSITION (int /*long*/ wParam, int /*long*/ lParam) {
if ((lParam & OS.GCS_COMPSTR) == 0) return LRESULT.ONE;
}
+ buffer = null;
int index = 0;
int [] ranges = null;
TextStyle [] styles = null;