mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-2729 Fix a memory leak
X-SVN-Rev: 11588
This commit is contained in:
parent
402812f852
commit
e76f98cf2d
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue