1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
esp8266/libraries
Earle F. Philhower, III 00440cd84a
Remove memory leak on multiple calls to initCertStore (#7021)
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.
2020-01-17 10:10:17 -08:00
..
2019-10-05 22:21:41 -03:00
2019-10-31 14:09:52 +01:00
2019-10-04 17:25:54 -07:00
2019-10-30 23:49:55 -03:00