From 96d2f529a5218d60992e64c26959de61d47e71f7 Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Tue, 15 Aug 2017 20:47:10 +0000 Subject: [PATCH] [RAPPS] - Close the INF file after loading the info svn path=/branches/GSoC_2017/rapps/; revision=75558 --- reactos/base/applications/rapps/unattended.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/applications/rapps/unattended.cpp b/reactos/base/applications/rapps/unattended.cpp index 0b666867378..c23b8bfd718 100644 --- a/reactos/base/applications/rapps/unattended.cpp +++ b/reactos/base/applications/rapps/unattended.cpp @@ -54,6 +54,7 @@ BOOL CmdParser(LPWSTR lpCmdLine) } } while (SetupFindNextLine(&Context, &Context)); + SetupCloseInfFile(InfHandle); } CAvailableApps apps;