Skip to content

Commit

Permalink
Revert "Reduce Memory Leaks (#7345)" (#7360)
Browse files Browse the repository at this point in the history
This reverts commit 0bc911e.
  • Loading branch information
sakertooth committed Jul 1, 2024
1 parent 0bc911e commit 449e669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/NotePlayHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -670,9 +670,7 @@ void NotePlayHandleManager::extend( int c )

void NotePlayHandleManager::free()
{
delete s_available[0];
delete[] s_available;
s_available = nullptr;
}


Expand Down

0 comments on commit 449e669

Please sign in to comment.