msi: Initialize row (Coverity).

This commit is contained in:
Marcus Meissner 2009-01-26 11:14:48 +01:00 committed by Alexandre Julliard
parent 99e7287ed7
commit 76b08f3aa7
1 changed files with 1 additions and 1 deletions

View File

@ -1206,7 +1206,7 @@ static UINT merge_diff_row(MSIRECORD *rec, LPVOID param)
MERGETABLE *table = data->curtable;
MERGEROW *mergerow;
MSIQUERY *dbview;
MSIRECORD *row;
MSIRECORD *row = NULL;
LPWSTR query;
UINT r;