[1/4] qmgr: Add critical sections for Jobs and Files.

Alexandre Julliard julliard at winehq.org
Wed Mar 12 11:54:49 CDT 2008


Dan Hipschman <dsh at linux.ucla.edu> writes:

> @@ -25,6 +25,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(qmgr);
>  
>  static void BackgroundCopyFileDestructor(BackgroundCopyFileImpl *This)
>  {
> +    This->owner->lpVtbl->Release((IBackgroundCopyJob *) This->owner);

Please use the appropriate COM macros instead of accessing lpVtbl
directly.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list