mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-21 05:43:43 -07:00
Code improvements
Fixed memory leak in the installer Added diagnostics info to configuration app
This commit is contained in:
parent
edbff7bedd
commit
61f6adf1f2
3 changed files with 468 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue