Commit 76b08f3a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Initialize row (Coverity).

parent 99e7287e
......@@ -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;
......
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