msi: Set the file to NULL when running the directory search.

This commit is contained in:
James Hawkins 2007-11-13 00:57:01 -06:00 committed by Alexandre Julliard
parent 9459ef5ab1
commit bee95916f7
1 changed files with 3 additions and 0 deletions

View File

@ -769,6 +769,9 @@ static UINT ACTION_AppSearchDr(MSIPACKAGE *package, LPWSTR *appValue, MSISIGNATU
TRACE("%s\n", debugstr_w(sig->Name));
msi_free(sig->File);
sig->File = NULL;
*appValue = NULL;
row = MSI_QueryGetRecord( package->db, query, sig->Name );