13 Sep
2018
13 Sep
'18
6:21 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/opcservices/uri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/opcservices/uri.c b/dlls/opcservices/uri.c index e461ebaa58..ddb2c05daf 100644 --- a/dlls/opcservices/uri.c +++ b/dlls/opcservices/uri.c @@ -476,6 +476,7 @@ static IUri *opc_part_uri_get_rels_uri(IUri *uri) if (FAILED(hr = CreateUri(ret, Uri_CREATE_ALLOW_RELATIVE, 0, &rels_uri))) WARN("Failed to create rels uri, hr %#x.\n", hr); heap_free(ret); + SysFreeString(path); return rels_uri; } -- 2.18.0