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…
Reference in New Issue