Skip to content

Commit

Permalink
Merge branch 'master' of github.com:maximmasiutin/FastMM4-AVX
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmasiutin committed Jul 10, 2024
2 parents e02de2e + ce2cdcf commit 5898bf1
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 @@ -20402,9 +20402,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 5898bf1

Please sign in to comment.