mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 00:10:37 +02:00
* ensure setting temporary UConv object to nil after freeing it
git-svn-id: trunk@29629 -
This commit is contained in:
parent
7b7aa8d542
commit
684f8fc769
@ -898,6 +898,7 @@ begin
|
||||
RCI := Sys_UniFreeUConvObject (TempCpRec.UConvObj);
|
||||
if RCI <> 0 then
|
||||
OSErrorWatch (cardinal (RCI));
|
||||
TempCpRec.UConvObj := nil;
|
||||
end;
|
||||
if UConvObjectForCP (CP, UConvObj) = Uls_Success then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user