X Tutup
Skip to content

fixed a problem that causes a memory leak. We are passing user, pass,#105

Merged
etr merged 1 commit intoetr:masterfrom
rdiazmartin:v0.9.0_rdiazmartin
Nov 17, 2016
Merged

fixed a problem that causes a memory leak. We are passing user, pass,#105
etr merged 1 commit intoetr:masterfrom
rdiazmartin:v0.9.0_rdiazmartin

Conversation

@rdiazmartin
Copy link
Copy Markdown
Contributor

We are passing user, pass and digested_user as char pointers by value which causes the original
pointers be always null when they are going to be free in
complete_request, now we pass them by reference and everything works
fine

and digested_user as char pointers by value which causes the original
pointers be always null when they are going to be free in
complete_request, now we pass them by reference and everything works
fine
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 81.106% when pulling e53d066 on rdiazmartin:v0.9.0_rdiazmartin into ac643db on etr:master.

@etr
Copy link
Copy Markdown
Owner

etr commented Nov 17, 2016

Looks alright. Merging it.

@etr etr merged commit dbe82ac into etr:master Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup