[Bug 36421] valgrind shows some leaks in oledb32/tests/database.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 10 00:35:50 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=36421

--- Comment #1 from Alistair Leslie-Hughes <leslie_alistair at hotmail.com> ---
dll/oledb32/datainit.c
datainit_GetDataSource
...
hr = IDBProperties_SetProperties(dbprops, 1, propset);

SetProperties fails here and hr is returned with an error code. The memory then
isn't cleaned up in the calling function.

Thanks Nikolay for the analysis.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list