-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta2
-
x86
-
windows_nt
Ran the Swingset with build 40 in debug mode on NT. When I was done,
a message printed to the console that a 68-byte memory leak was found
(line 4946 of awt_Component.cpp). In my workspace, that line is the call
to new in
AwtDropTarget* AwtComponent::CreateDropTarget(JNIEnv* env) {
m_dropTarget = new AwtDropTarget(env, this);
::CoLockObjectExternal((IUnknown*)m_dropTarget, TRUE, FALSE);
m_dropTarget->RegisterTarget(TRUE);
return m_dropTarget;
}
a message printed to the console that a 68-byte memory leak was found
(line 4946 of awt_Component.cpp). In my workspace, that line is the call
to new in
AwtDropTarget* AwtComponent::CreateDropTarget(JNIEnv* env) {
m_dropTarget = new AwtDropTarget(env, this);
::CoLockObjectExternal((IUnknown*)m_dropTarget, TRUE, FALSE);
m_dropTarget->RegisterTarget(TRUE);
return m_dropTarget;
}