oleaut32: Fix big memory leak in xCall.
commit29c06dff208d77a551ed11c50e507addd6fdf3b7
authorRob Shearman <rob@codeweavers.com>
Fri, 25 Jan 2008 16:59:19 +0000 (25 16:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2008 10:11:04 +0000 (4 11:11 +0100)
tree8984445501be7ba6c11700d202ce1cca0b351abb
parent0d2a62315030ee17a50c78f83cfe7d84f3ffe573
oleaut32: Fix big memory leak in xCall.

Call IRpcChannelBuffer_FreeBuffer to free the buffer and other resources
allocated by IRpcChannelBuffer_GetBuffer and IRpcChannelBuffer_SendReceive.
dlls/oleaut32/tmarshal.c