Fixed memory leak.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4273 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2009-12-09 03:48:27 +00:00
parent 9e133ac141
commit f78baf0c82

View File

@@ -63,6 +63,7 @@ void SkidMarks::reset()
m_left.clear();
m_right.clear();
m_nodes.clear();
m_meshes.clear();
m_skid_marking = false;
m_current = -1;
} // reset