rpcrt4: Make sure we don't try to free a pointer twice.
[wine] / dlls / rpcrt4 / ndr_ole.c
2010-12-09  Michael Stefaniucrpcrt4: Use an iface instead of a vtbl pointer in RpcSt...
2010-05-17  Gerald Pfeiferrpcrt4: Remove variable hr which is not really used...
2009-06-03  Alexandre Julliardrpcrt4: Add support for proxy delegation.
2009-02-02  Rob ShearmanChange parameter type from size_t to SIZE_T for MIDL_us...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-07-07  Alexandre Julliardrpcrt4: Use interlocked functions to increment/decremen...
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2007-12-19  Rob Shearmanrpcrt4: Don't use BufferEnd in RpcStream_Write.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-14  Rob Shearmanrpcrt4: Unmarshal NULL OLE interfaces properly by handl...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: Bring the function definitions in sync with...
2006-08-29  Huw Daviesrpcrt4: Add a helper function to create a stub.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
2006-05-18  Robert Shearmanrpcrt4: Fix an off-by-one error when checking the size...
2006-05-17  Robert Shearmanrpcrt4: Implement NdrInterfacePointerMemorySize.
2006-01-31  Robert Shearmanrpcrt4: Only attempt to marshal an object if it is...
2006-01-10  Robert Shearmanrpcrt4: Remove the unused RPCRT4_GetPSFactory function.
2006-01-10  Robert Shearmanrpcrt4: Don't release the interface pointer on failure.
2005-11-29  Robert ShearmanRaise exceptions on failures.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-06-07  Robert ShearmanMake NdrInterfacePointer* more reliable.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-20  Ove KaavenPortability fix. Better debug messages (display IID...
2003-02-01  Ove KaavenImplemented marshalling of pointers, simple and complex...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-10-11  Ove KaavenAdded NdrOleAllocate, NdrOleFree, NdrInterfacePointerBu...