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

V1.2.x Fix leak of gc's in gtkagg backend. #1484

Closed
wants to merge 24 commits into from
Closed

V1.2.x Fix leak of gc's in gtkagg backend. #1484

wants to merge 24 commits into from

Conversation

cmichal2
Copy link
Contributor

The gtkagg backend leaks gc's. They are created with gdk_gc_new(drawable); but never destroyed.
This commit destroys the gc's and fixes the memory leak.

sorry - I'm a total newbie at git. Let me try again.

dmcdougall and others added 24 commits October 30, 2012 21:22
removed setup.py print statement.
Remove all mention of make.osx in README.osx
Remove John Hunter's email from mpl docstring
Colorbar edges are different in PDF backend
Document the Gtk3 backends
@cmichal2 cmichal2 closed this Nov 11, 2012
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.

None yet

4 participants