ensure that memory is really freed
This commit is contained in:
@@ -18,7 +18,7 @@ NoteData::NoteData()
|
||||
void NoteData::Init()
|
||||
{
|
||||
ClearAll();
|
||||
m_TapNotes.clear();
|
||||
m_TapNotes = vector<TrackMap>(); // ensure that the memory is freed
|
||||
}
|
||||
|
||||
NoteData::~NoteData()
|
||||
|
||||
Reference in New Issue
Block a user