[PATCH 2/5] combase: Move CoReleaseMarshalData().

Huw Davies huw at codeweavers.com
Tue Sep 1 09:20:47 CDT 2020


On Tue, Sep 01, 2020 at 04:27:07PM +0300, Nikolay Sivov wrote:
> --- a/dlls/combase/stubmanager.c
> +++ b/dlls/combase/stubmanager.c
> @@ -605,10 +605,10 @@ BOOL WINAPI stub_manager_notify_unmarshal(struct stub_manager *m, const IPID *ip
>  void WINAPI stub_manager_release_marshal_data(struct stub_manager *m, ULONG refs, const IPID *ipid, BOOL tableweak)
>  {
>      struct ifstub *ifstub;
> - 
> +
>      if (!(ifstub = stub_manager_ipid_to_ifstub(m, ipid)))
>          return;
> - 
> +

I've fixed-up a few white-space issues and sent in a v2.

Huw.



More information about the wine-devel mailing list