Skip to content

Commit

Permalink
destroy loading windows created by recalculatessr after the function …
Browse files Browse the repository at this point in the history
…completes
  • Loading branch information
MinaciousGrace committed Jun 2, 2017
1 parent 80a91dc commit 8ed6018
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ScoreManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ void ScoreManager::RecalculateSSRs() {
nd.UnsetSerializedNoteData();
steps->Compress();
}
ld->~LoadingWindow();
return;
}

Expand Down

0 comments on commit 8ed6018

Please sign in to comment.