Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 4108)
+++ /CKEditor/trunk/CHANGES.html	(revision 4109)
@@ -246,4 +246,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/4193">#4193</a> : Automatic font color produced empty span on Firefox 3.5.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4186">#4186</a> : [FF] Fixed First open float panel cause host page scrollbar blinking.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4227">#4227</a> : Fixed destroy editor instance created on textarea which is not within form cause error.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/core/editor.js
===================================================================
--- /CKEditor/trunk/_source/core/editor.js	(revision 4108)
+++ /CKEditor/trunk/_source/core/editor.js	(revision 4109)
@@ -309,5 +309,4 @@
 						});
 				}
-			}
 
 				// Remove 'submit' events registered on form element before destroying.(#3988)
@@ -317,4 +316,5 @@
 				} );
 			}
+		}
 	};
 
