karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

Memory leak #203

Closed HmarikBel closed 3 years ago

HmarikBel commented 3 years ago

https://github.com/karawin/Ka-Radio32/blob/3a54ab2244dde12f5501da3b6bd235fefa8d1f18/main/webclient.c#L475

Please check. It seems that memory is freeing only if go into IF statement.

karawin commented 3 years ago

Right. Thanks a lot Changed in next release.

karawin commented 3 years ago

Done