mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
msi: Fix a leak (coverity).
This commit is contained in:
parent
7d3f903db1
commit
84541cc5e3
@ -2267,6 +2267,7 @@ static UINT msi_record_encoded_stream_name( const MSITABLEVIEW *tv, MSIRECORD *r
|
||||
if ( !p )
|
||||
{
|
||||
r = ERROR_OUTOFMEMORY;
|
||||
msi_free(sval);
|
||||
goto err;
|
||||
}
|
||||
stname = p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user