--- old/src/windows/native/sun/windows/awt_Component.cpp 2012-03-16 21:33:57.895557300 +0400 +++ new/src/windows/native/sun/windows/awt_Component.cpp 2012-03-16 21:33:57.124513200 +0400 @@ -302,6 +302,7 @@ delete m_childList; DestroyDropTarget(); + ReleaseDragCapture(0); if (m_myControlID != 0) { AwtComponent* parent = GetParent();