bpo-41056: Fix a possible MemoryError leak within zoneinfo.#21007
Merged
Merged
bpo-41056: Fix a possible MemoryError leak within zoneinfo.#21007
Commits
Commits on Jun 20, 2020
Fix a possible MemoryError leak within zoneinfo.
Show description for f7e5c17committed- authored
Move the NULL check before the pointer is used.
Show description for dd46528committed- committed