mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-02 10:04:47 +03:00
In some cases, `initCertStore` may need to be called multiple times (i.e. to update certs w/oa reboot). In that case, the saved file names leaked when the new ones were `malloc()`'d. Fix by freeing the old strings, if present.