* fixed compilation after r30351 (mantis #27918)

git-svn-id: trunk@32184 -
This commit is contained in:
Jonas Maebe 2015-10-28 21:49:29 +00:00
parent acff5a6170
commit deef6953f9

View File

@ -337,7 +337,7 @@ begin
if Dll_Process_Detach_Hook <> Nil then
Dll_Process_Detach_Hook(aDllParam);
// finalize units
do_exit;
internal_do_exit;
end;
end;
end;