From f4a2163de7650cb372113de20c3bca0008db3a76 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Tue, 3 Dec 2013 23:32:15 +0400 Subject: [PATCH] qmgr: Add file to a job with 1 refcount. --- dlls/qmgr/job.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/qmgr/job.c b/dlls/qmgr/job.c index 419ec097b90..f99d8377e8e 100644 --- a/dlls/qmgr/job.c +++ b/dlls/qmgr/job.c @@ -113,7 +113,6 @@ static HRESULT WINAPI BackgroundCopyJob_AddFileSet( if (hr != S_OK) break; /* Add a reference to the file to file list */ - IBackgroundCopyFile_AddRef(&file->IBackgroundCopyFile_iface); list_add_head(&This->files, &file->entryFromJob); This->jobProgress.BytesTotal = BG_SIZE_UNKNOWN; ++This->jobProgress.FilesTotal;