mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
d3dxof: Fix leaking of IDirectXFileObject object in tests.
This commit is contained in:
parent
67c6234a26
commit
36d4e1ea59
1 changed files with 1 additions and 0 deletions
|
@ -611,6 +611,7 @@ static void process_data(LPDIRECTXFILEDATA lpDirectXFileData, int* plevel)
|
|||
printf("Found Binary (%d)\n", j);
|
||||
IDirectXFileBinary_Release(p3);
|
||||
}
|
||||
IDirectXFileObject_Release(pChildObj);
|
||||
}
|
||||
(*plevel)--;
|
||||
ok(hr == DXFILE_OK || hr == DXFILEERR_NOMOREOBJECTS, "IDirectXFileData_GetNextObject: %x\n", hr);
|
||||
|
|
Loading…
Reference in a new issue