Module: wine Branch: master Commit: 8f32948d9afd1b9a29a79bb25b62c103a02ec5c5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8f32948d9afd1b9a29a79bb25b...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Mon Jul 11 16:58:46 2011 +0200
ole32/tests: Remove dead assignment (Clang).
---
dlls/ole32/tests/usrmarshal.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/ole32/tests/usrmarshal.c b/dlls/ole32/tests/usrmarshal.c index 7fdbdb6..ed09558 100644 --- a/dlls/ole32/tests/usrmarshal.c +++ b/dlls/ole32/tests/usrmarshal.c @@ -580,7 +580,6 @@ static void marshal_WdtpInterfacePointer(DWORD umcb_ctx, DWORD ctx) ok(size == 0, "size should be 0 bytes, not %d\n", size); buffer = HeapAlloc(GetProcessHeap(), 0, size); buffer_end = WdtpInterfacePointer_UserMarshal(&umcb.Flags, ctx, buffer, unk, &IID_IUnknown); - wireip = buffer; HeapFree(GetProcessHeap(), 0, buffer);
/* Now for a non-NULL pointer. The marshalled data are two size DWORDS and then