Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPotential memory leak on edge cases inside AddFormData() #688
Comments
bagder
added
the
memory-leak
label
Feb 29, 2016
This comment has been minimized.
This comment has been minimized.
Yeps, seems like legitimate complaints... |
bagder
closed this
in
c2a809c
Feb 29, 2016
This comment has been minimized.
This comment has been minimized.
thanks! |
lock
bot
locked as resolved and limited conversation to collaborators
May 7, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dmitry-Me commentedFeb 29, 2016
Cppcheck highlighted this code.
lib\formdata.c
contains this code with two early returns either of which results in having memory pointed to mynewform
leaked.