--- old/src/windows/native/sun/windows/awt_Component.cpp 2012-03-14 00:59:11.510463800 +0400 +++ new/src/windows/native/sun/windows/awt_Component.cpp 2012-03-14 00:59:10.673415900 +0400 @@ -302,6 +302,7 @@ delete m_childList; DestroyDropTarget(); + ReleaseDragCapture(0); if (m_myControlID != 0) { AwtComponent* parent = GetParent();