12 Mar
2008
12 Mar
'08
4:54 p.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