From: Zhiyi Zhang zzhang@codeweavers.com
--- dlls/oledb32/datainit.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/oledb32/datainit.c b/dlls/oledb32/datainit.c index b185ff4a128..38ed5ce0e53 100644 --- a/dlls/oledb32/datainit.c +++ b/dlls/oledb32/datainit.c @@ -577,6 +577,7 @@ static HRESULT get_dbpropset_from_proplist(struct dbprops *props, DBPROPSET **pr if (FAILED(hr)) { ERR("failed to init property %s value as type %d\n", debugstr_w(pair->name), descr->type); + SysFreeString(provider_string); free_dbpropset(1, *propset); *propset = NULL; return hr;
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=140358
Your paranoid android.
=== debian11b (64 bit WoW report) ===
Report validation errors: kernel32:console crashed (c0000005)