From: Huw Davies Subject: Re: [PATCH v2] ole32: Call individual UserFree() functions in STGMEDIUM_UserFree(). Message-Id: <20181213094045.GA12623@merlot.physics.ox.ac.uk> Date: Thu, 13 Dec 2018 09:40:45 +0000 In-Reply-To: <20181213025500.11352-1-z.figura12@gmail.com> References: <20181213025500.11352-1-z.figura12@gmail.com> On Wed, Dec 12, 2018 at 08:55:00PM -0600, Zebediah Figura wrote: > Essentially written by Huw Davies. > Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46270 > > Signed-off-by: Zebediah Figura > --- > dlls/ole32/usrmarshal.c | 32 +++++++++++++++++++++++++++++--- > 1 file changed, 29 insertions(+), 3 deletions(-) I tweaked it a bit more and sent in a new version. Thanks, Huw.