#41 Fix for SafeArray(String) constructor

#111 m_pDispatch is not 0 if not attached
Should really be mixing two fixes in the same commit but that's the way it goes
This commit is contained in:
clay_shooter
2013-07-24 01:00:21 +00:00
parent 29fdc76236
commit 62c74f2d69
5 changed files with 53 additions and 12 deletions

View File

@@ -23,8 +23,12 @@
<td width="87%" valign="top">(M1)Fix memory pointer that was 32 bit. Causes defects in 64 bit systems above 2GB</td>
</tr>
<tr>
<td width="13%" valign="top">115 (new system numbering)</td>
<td width="87%" valign="top">(M3)#115 Release problem if you've got two threads with the same name</td>
<td width="13%" valign="top">115 (new numbers)</td>
<td width="87%" valign="top">(M3)Release problem if you've got two threads with the same name</td>
</tr>
<tr>
<td width="13%" valign="top">111 (new numbers)</td>
<td width="87%" valign="top">(M3)m_pDispatch is not 0 if not attached</td>
</tr>
<tr>
<td width="13%" valign="top">&nbsp;</td>
@@ -33,7 +37,10 @@
<tr>
<td colspan="2"><b>Patches</b></td>
</tr>
<tr>
<tr>
<td width="13%" valign="top">41 (new numbers)</td>
<td width="87%" valign="top">(M3)Fix for SafeArray(String) constructor</td>
</tr> <tr>
<td width="13%" valign="top">&nbsp;</td>
<td width="87%" valign="top">&nbsp;</td>
</tr>