ICU-2729 Fix a memory leak
X-SVN-Rev: 11588
This commit is contained in:
parent
402812f852
commit
e76f98cf2d
@ -598,7 +598,10 @@ _HZ_WriteSub(UConverterFromUnicodeArgs *args, int32_t offsetIndex, UErrorCode *e
|
||||
/* structure for SafeClone calculations */
|
||||
struct cloneStruct
|
||||
{
|
||||
UConverter cnv, subCnv;
|
||||
UConverter cnv;
|
||||
UAlignedMemory deadSpace1;
|
||||
UConverter subCnv;
|
||||
UAlignedMemory deadSpace2;
|
||||
UConverterDataHZ mydata;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user