Commit 6eea5039 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Fix a memory leak.

parent 155a325f
......@@ -326,6 +326,8 @@ static UINT JOIN_delete( struct tagMSIVIEW *view )
msi_free( jv->pairs );
jv->pairs = NULL;
msi_free( jv );
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