Skip to content

FIX : fix mis-matched new/delete in CXX #4431

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

Merged

Conversation

tacaswell
Copy link
Member

The problem here is that the constructor for
ExtensionClassMethodsTable() is allocating an array of m_methods_table,
so it should be deallocated with delete[].

The problem here is that the constructor for
ExtensionClassMethodsTable() is allocating an array of m_methods_table,
so it should be deallocated with delete[].
@tacaswell tacaswell added this to the Color overhaul milestone May 15, 2015
tacaswell added a commit that referenced this pull request May 15, 2015
FIX : fix mis-matched new/delete in CXX
@tacaswell tacaswell merged commit ec6c107 into matplotlib:color_overhaul May 15, 2015
@tacaswell tacaswell deleted the fix_cxx_clang_warning branch May 15, 2015 16:12
@tacaswell
Copy link
Member Author

Self merged as this is @dnovillo 's patch.

@mdboom
Copy link
Member

mdboom commented May 15, 2015

color_overhaul is still using CXX?

@tacaswell
Copy link
Member Author

Yeah, color_overhaul is basically 1.4.4 + color changes.

2.1 will be the first feature release without CXX

@tacaswell tacaswell modified the milestones: Color overhaul, next major release (2.0) Oct 26, 2015
@QuLogic
Copy link
Member

QuLogic commented Oct 16, 2016

PyCXX was removed in 1.5.0 and this branch was never used for anything, so this PR is not in use.

@QuLogic QuLogic modified the milestones: unassigned, 2.0 (style change major release) Oct 16, 2016
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