Commit 13078f18 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Don't leak row handles.

parent c8a12d0f
......@@ -266,6 +266,7 @@ static UINT msi_media_get_disk_info( CabData *data )
ptr = strrchrW(data->mi->source, '\\') + 1;
lstrcpyW(ptr, data->mi->cabinet);
msiobj_release(&row->hdr);
return ERROR_SUCCESS;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment