sourceforge patch 1394001 -- missing initialization

This commit is contained in:
clay_shooter
2006-01-02 16:30:08 +00:00
parent d48ddd63f6
commit da8e6f9985
2 changed files with 5 additions and 1 deletions

View File

@@ -104,7 +104,7 @@ STDMETHODIMP EventProxy::Invoke(DISPID dispID, REFIID riid,
//Visual C++ 6.0 recognized this as an unused variable
//HRESULT hr;
const char *eventMethodName;
const char *eventMethodName = NULL; //Sourceforge report 1394001
JNIEnv *env = NULL;
// map dispID to jmethodID