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 memory leaking proxy implemented in cext.c #10

Closed
wants to merge 1 commit into from

Conversation

xowenx
Copy link

@xowenx xowenx commented Aug 18, 2015

remove Py_INCREF(wrapped) cause PyObject_CallFunctionObjArgs had created
a new reference to wrapped

also remove some useless code and make some more pythonic

remove Py_INCREF(wrapped) cause PyObject_CallFunctionObjArgs had created
a new reference to wrapped

also remove some useless code and make some more pythonic
ionelmc added a commit that referenced this pull request Aug 18, 2015
@ionelmc
Copy link
Owner

ionelmc commented Aug 18, 2015

Thanks a lot for this fix. It's in master in 22a8544 - GitHub doesn't seem to detect the rebase.

@ionelmc ionelmc closed this Aug 18, 2015
@alvinchow86
Copy link
Contributor

thanks! based on preliminary testing this seems to fix the memory leak I reported a while back #6

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