Commit e2a0a354 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a memory leak.

parent 99338f48
......@@ -128,6 +128,7 @@ static UINT ALTER_delete( struct tagMSIVIEW *view )
MSIALTERVIEW *av = (MSIALTERVIEW*)view;
TRACE("%p\n", av );
msi_free( av );
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