Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into replace-fpp_t-size_t
Browse files Browse the repository at this point in the history
  • Loading branch information
sakertooth committed Jul 3, 2024
2 parents aa89203 + 538572a commit 670234c
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 670234c

Please sign in to comment.