mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
qcap: Sign-compare warning fix.
This commit is contained in:
parent
6a14bcc824
commit
a4dc5ba3cb
@ -167,7 +167,7 @@ static ULONG WINAPI IEnumMediaTypesImpl_Release(IEnumMediaTypes * iface)
|
||||
|
||||
if (!refCount)
|
||||
{
|
||||
int i;
|
||||
ULONG i;
|
||||
for (i = 0; i < This->enumMediaDetails.cMediaTypes; i++)
|
||||
if (This->enumMediaDetails.pMediaTypes[i].pbFormat)
|
||||
CoTaskMemFree(This->enumMediaDetails.pMediaTypes[i].pbFormat);
|
||||
|
Loading…
Reference in New Issue
Block a user