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

@@ -53,6 +53,10 @@
</tr>
<tr>
<td width="100%" colspan="2"><b>Patches</b></td>
</tr>1394001
<tr>
<td width="13%">1394001</td>
<td width="87%">Missing variable initialization (pre3)</td>
</tr>
<tr>
<td width="13%">1208570</td>

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