msvcp90: Add implementation of _Concurrent_vector_dtor.
Signed-off-by: Hua Meng <161220092@smail.nju.edu.cn> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
91f202e04b
commit
989aa095fd
|
@ -1786,7 +1786,10 @@ DEFINE_THISCALL_WRAPPER(_Concurrent_vector_base_v4_dtor, 4)
|
|||
void __thiscall _Concurrent_vector_base_v4_dtor(
|
||||
_Concurrent_vector_base_v4 *this)
|
||||
{
|
||||
FIXME("(%p) stub\n", this);
|
||||
TRACE("(%p)\n", this);
|
||||
|
||||
if(this->segment != this->storage)
|
||||
free(this->segment);
|
||||
}
|
||||
|
||||
/* ?_Internal_assign@_Concurrent_vector_base_v4@details@Concurrency@@IAEXABV123@IP6AXPAXI@ZP6AX1PBXI@Z4@Z */
|
||||
|
|
Loading…
Reference in New Issue