sourceforge patch 1394001 -- missing initialization
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user