Skip to content

Commit

Permalink
Merge pull request #32 from TetzkatLipHoka/master
Browse files Browse the repository at this point in the history
Fixes missing unload
  • Loading branch information
maximmasiutin authored Jul 10, 2024
2 parents ea89097 + 5b52b0c commit ce2cdcf
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 145 deletions.
6 changes: 3 additions & 3 deletions FastMM4.pas
Original file line number Diff line number Diff line change
Expand Up @@ -20401,9 +20401,9 @@ procedure FinalizeMemoryManager;
ReportLockContention;
{$ENDIF}
{$IFNDEF NeverUninstall}
// {$IF Defined( FullDebugMode ) AND Defined( LoadDebugDLLDynamically )}
// FullDebugModeUnload;
// {$IFEND}
{$IF Defined( FullDebugMode ) AND Defined( LoadDebugDLLDynamically )} // MS
FastMM_FreeDebugSupportLibrary;
{$IFEND}

{Clean up: Free all memory. If this is a .DLL that owns its own MM, then
it is necessary to prevent the main application from running out of
Expand Down
Loading

0 comments on commit ce2cdcf

Please sign in to comment.