Skip to content
New issue

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

Memory Leak #30

Closed
QiAnXinCodeSafe opened this issue Apr 9, 2020 · 0 comments
Closed

Memory Leak #30

QiAnXinCodeSafe opened this issue Apr 9, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@QiAnXinCodeSafe
Copy link

Memory is allocated

char *response = (char *)malloc(headLength);

but at the end of function,never free it

@kuloud kuloud added the bug Something isn't working label Apr 10, 2020
@kuloud kuloud closed this as completed Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants