oleaut32: Update the marshal state buffer size when resizing (Doh!).
This commit is contained in:
parent
99cfc8bdf8
commit
3dce323d69
|
@ -86,6 +86,7 @@ xbuf_resize(marshal_state *buf, DWORD newsize)
|
|||
if(!buf->base)
|
||||
return E_OUTOFMEMORY;
|
||||
}
|
||||
buf->size = newsize;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue