March 12, 2008
11:54 a.m.
Dan Hipschman <dsh(a)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(a)winehq.org