* ensure setting temporary UConv object to nil after freeing it

git-svn-id: trunk@29629 -
This commit is contained in:
Tomas Hajny 2015-02-05 09:29:06 +00:00
parent 7b7aa8d542
commit 684f8fc769

View File

@ -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