Fixed (unimportant) memory leak.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8017 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-03-21 06:13:40 +00:00
parent 35a964200f
commit a7bf9f0092

View File

@@ -104,6 +104,7 @@ KartProperties::KartProperties(const std::string &filename)
/** Destructor, dereferences the kart model. */
KartProperties::~KartProperties()
{
delete m_kart_model;
} // ~KartProperties
//-----------------------------------------------------------------------------