Skip to content

Commit

Permalink
Fix memory leak because of not overriding DLLHijack class destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaTajik committed May 24, 2018
1 parent 309174f commit c4af5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Robber/DLLHijack.pas
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TDLLHijack = class
/// Class must get PE information of given file
/// </param>
constructor Create(const FileName: string);
destructor Destroy;
destructor Destroy; override;

function IsX86Image: Boolean;

Expand Down

0 comments on commit c4af5ad

Please sign in to comment.