- Close the INF file after loading the info

svn path=/branches/GSoC_2017/rapps/; revision=75558
This commit is contained in:
Alexander Shaposhnikov 2017-08-15 20:47:10 +00:00
parent 5af894b102
commit 96d2f529a5

View file

@ -54,6 +54,7 @@ BOOL CmdParser(LPWSTR lpCmdLine)
}
}
while (SetupFindNextLine(&Context, &Context));
SetupCloseInfFile(InfHandle);
}
CAvailableApps apps;