Code improvements

Fixed memory leak in the installer
Added diagnostics info to configuration app
This commit is contained in:
binarymaster 2014-11-22 21:17:39 +03:00
commit 61f6adf1f2
3 changed files with 468 additions and 25 deletions

View file

@ -676,6 +676,7 @@ begin
FileVersion.bPrivate := (VersionInfo.Value.dwFileFlags and VFF_PRIVATE) = VFF_PRIVATE;
FileVersion.bSpecial := (VersionInfo.Value.dwFileFlags and VFF_SPECIAL) = VFF_SPECIAL;
FreeLibrary(hFile);
Result := True;
end;