ensure that memory is really freed

This commit is contained in:
Chris Danford
2005-03-08 21:18:00 +00:00
parent 494ae0b74d
commit 38bd0116d1
+1 -1
View File
@@ -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()