We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14777ef commit 8ebab26Copy full SHA for 8ebab26
Sources/CoreFoundation/CFICUConverters.c
@@ -33,7 +33,7 @@ static void __CFICUThreadDataDestructor(void *context) {
33
UConverter **limit = converter + data->_numSlots;
34
35
while (converter < limit) {
36
- if (NULL != converter) ucnv_close(*converter);
+ if (NULL != *converter) ucnv_close(*converter);
37
++converter;
38
}
39
CFAllocatorDeallocate(NULL, data->_converters);
0 commit comments