msi: Set rec to NULL after calling msiobj_release on it in msi_create_table so that we don't call msiobj_release on it again.

This commit is contained in:
Rob Shearman 2007-04-24 12:31:31 +01:00 committed by Alexandre Julliard
parent 02c416a187
commit 3323303e09
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ UINT msi_create_table( MSIDATABASE *db, LPCWSTR name, column_info *col_info,
tv = NULL;
msiobj_release( &rec->hdr );
rec = NULL;
if( persistent )
{