mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 12:57:26 +00:00
oledb32: Fix memory leak.
This commit is contained in:
parent
b2aa984743
commit
804b96a680
@ -73,6 +73,7 @@ static void test_GetDataSource(WCHAR *initstring)
|
||||
pInfoset->rgPropertyInfos[i].vtType);
|
||||
}
|
||||
|
||||
CoTaskMemFree(pInfoset);
|
||||
CoTaskMemFree(ary);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user