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

Use g_strfreev() instead of g_free() #2

Closed
wants to merge 1 commit into from

Conversation

g-coder
Copy link

@g-coder g-coder commented Nov 9, 2016

Use g_strfreev() instead of g_free() to free the memory allocated by g_strsplit().

Use g_strfreev() instead of g_free() to free the memory allocated by g_strsplit().
@gnomesysadmins
Copy link
Contributor

Thank you for contributing to libsoup!

libsoup uses Bugzilla for code review.

If you have never contributed to GNOME before make sure you have read the
getting started documentation:
http://www.gnome.org/get-involved

Otherwise please visit
https://wiki.gnome.org/Newcomers/CodeContributionWorkflow
and follow the instructions there to upload your change to Bugzilla.

gnomesysadmins pushed a commit that referenced this pull request Jul 16, 2018
A bug introduced in commit 53a3dd2 (a
copy/paste mistake has replaced a variable name) causes the example
httpd to not handle directories correctly.

Additionally, we add a comment recommending programmers to provide a
descriptive error message. This could give users and programmers a hint
as to what went wrong.

Fixes #2
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.

2 participants