added comments

This commit is contained in:
clay_shooter
2006-04-28 04:06:12 +00:00
parent 10104aa8c1
commit 66f26e5819
2 changed files with 4 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ JNIEXPORT void JNICALL Java_com_jacob_com_DispatchEvents_release
{
EventProxy *ep = extractProxy(env, _this);
if (ep) {
// this is the line that blows up in IETest
ep->Release();
putProxy(env, _this, NULL);
}