msi: Don't leak row handles.

This commit is contained in:
Mike McCormack 2006-11-20 16:15:07 +09:00 committed by Alexandre Julliard
parent c8a12d0f62
commit 13078f180e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}