We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32-homekit/src/accessories.c
Line 375 in f5acc6d
Here is almost same as my previous issue but you used free() for cJSON object and free only a root but not chain. You must to use cJSON_Delete() here.
free()
cJSON
cJSON_Delete()
Regards
The text was updated successfully, but these errors were encountered:
I will check the memory leak. Thanks :)
Sorry, something went wrong.
Fix memory leak younghyunjo#24.
14cb918
No branches or pull requests
esp32-homekit/src/accessories.c
Line 375 in f5acc6d
Here is almost same as my previous issue but you used
free()
forcJSON
object and free only a root but not chain. You must to usecJSON_Delete()
here.Regards
The text was updated successfully, but these errors were encountered: