* Fix bug ID #29913

git-svn-id: trunk@33363 -
This commit is contained in:
michael 2016-03-28 13:16:31 +00:00
parent 231ec77175
commit e3aaeae2e7

View File

@ -1,4 +1,4 @@
{ {
This file is part of the Free Pascal run time library. This file is part of the Free Pascal run time library.
Copyright (c) 1999-2000 by Florian Klaempfl Copyright (c) 1999-2000 by Florian Klaempfl
@ -990,7 +990,7 @@ begin
MaxMsgSize, MaxMsgSize,
nil); nil);
SysErrorMessage := MsgBuffer; SysErrorMessage := MsgBuffer;
FreeMem(MsgBuffer, MaxMsgSize); FreeMem(MsgBuffer, MaxMsgSize*2);
end; end;
{**************************************************************************** {****************************************************************************