|
@@ -257,7 +257,6 @@ var
|
|
|
var ppszPath: PWideChar): HRESULT; stdcall;
|
|
|
|
|
|
DecompressorDLLHandle: HMODULE;
|
|
|
- DecryptDLLHandle: HMODULE;
|
|
|
|
|
|
type
|
|
|
TDummyClass = class
|
|
@@ -3490,10 +3489,6 @@ begin
|
|
|
if RmSessionStarted then
|
|
|
RmEndSession(RmSessionHandle);
|
|
|
|
|
|
- { Free the _iscrypt.dll handle }
|
|
|
- if DecryptDLLHandle <> 0 then
|
|
|
- FreeLibrary(DecryptDLLHandle);
|
|
|
-
|
|
|
{ Free the _isdecmp.dll handle }
|
|
|
if DecompressorDLLHandle <> 0 then
|
|
|
FreeLibrary(DecompressorDLLHandle);
|