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

Removes an unnecessary warning in MemoryManager::free #2406

Merged

Conversation

michaelgregorius
Copy link
Contributor

Removes the warning "MemoryManager: Null pointer deallocation attempted"
from MemoryManager. The warning does not make sense because
deallocations of null pointers are ok in C++.

Fixes #2023.

Removes the warning "MemoryManager: Null pointer deallocation attempted"
from MemoryManager. The warning does not make sense because
deallocations of null pointers are ok in C++.

Fixes LMMS#2023.
@Wallacoloo
Copy link
Member

👍

Wallacoloo added a commit that referenced this pull request Oct 11, 2015
…location

Removes an unnecessary warning in MemoryManager::free
@Wallacoloo Wallacoloo merged commit d4b2cb1 into LMMS:master Oct 11, 2015
@michaelgregorius michaelgregorius deleted the 2023-null-pointer-deallocation branch October 12, 2015 17:59
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.

2 participants