mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Update ICU to 75.1
This commit is contained in:
parent
557f63d037
commit
e74fea2864
129 changed files with 8033 additions and 7861 deletions
12
thirdparty/icu4c/common/udata.cpp
vendored
12
thirdparty/icu4c/common/udata.cpp
vendored
|
|
@ -850,12 +850,12 @@ static UBool extendICUData(UErrorCode *pErr)
|
|||
UDataMemory_init(©PData);
|
||||
if(pData != nullptr) {
|
||||
UDatamemory_assign(©PData, pData);
|
||||
copyPData.map = 0; /* The mapping for this data is owned by the hash table */
|
||||
copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */
|
||||
/* CommonICUData is also unmapped when ICU is shut down.*/
|
||||
/* To avoid unmapping the data twice, zero out the map */
|
||||
/* fields in the UDataMemory that we're assigning */
|
||||
/* to CommonICUData. */
|
||||
copyPData.map = nullptr; /* The mapping for this data is owned by the hash table */
|
||||
copyPData.mapAddr = nullptr; /* which will unmap it when ICU is shut down. */
|
||||
/* CommonICUData is also unmapped when ICU is shut down.*/
|
||||
/* To avoid unmapping the data twice, zero out the map */
|
||||
/* fields in the UDataMemory that we're assigning */
|
||||
/* to CommonICUData. */
|
||||
|
||||
didUpdate = /* no longer using this result */
|
||||
setCommonICUData(©PData,/* The new common data. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue