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…
Reference in New Issue