Dan Hipschman <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
