mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-09 20:14:05 +00:00
Code improvements
Fixed memory leak in the installer Added diagnostics info to configuration app
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user