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

Minor fixes in _macosx.m #2994

Merged
merged 2 commits into from Apr 22, 2014
Merged

Minor fixes in _macosx.m #2994

merged 2 commits into from Apr 22, 2014

Conversation

jkseppan
Copy link
Member

A couple warnings from clang: in one place it thinks an array is uninitialized, and a few resources don't get released. There are also a few warnings about missing [(super or self) init...] but I don't understand Cocoa sufficiently to know what to do about them.

Perhaps @mdehoon could review this?

To silence a warning about garbage data from the clang
static analyzer. Also check the calloc return value.
@tacaswell tacaswell added this to the v1.4.0 milestone Apr 19, 2014
@mdehoon
Copy link
Contributor

mdehoon commented Apr 22, 2014

All looks good to me. Thanks for the fix!

jkseppan added a commit that referenced this pull request Apr 22, 2014
@jkseppan jkseppan merged commit 8429b1e into matplotlib:master Apr 22, 2014
@jkseppan jkseppan deleted the macosx-fixes branch April 22, 2014 04:39
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

3 participants