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

Fix GLib.HashTable leaks #215

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix GLib.HashTable leaks #215

wants to merge 2 commits into from

Conversation

arteymix
Copy link
Member

@arteymix arteymix commented Jul 2, 2017

No description provided.

arteymix added 2 commits June 23, 2017 18:56
The specific issue (#211) was caused by a leaky hash table and this is a
general situation if the 'full' constructor is not being used.

Use explicit 'full' constructor wherever possible and in particular:

 - reset and free 'GLib.Value' in context
 - fix copied hash table when setting the 'charset' parameter
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.

1 participant