Fixed all remaining memory leaks that I could figure out except for a 4 byte

leak that isn't being caught by the smnew macro for some reason. It might be in
one of the third party libraries or something, I'm not sure.
This commit is contained in:
Shenjoku
2013-04-18 22:27:24 -07:00
parent 01456ed0b9
commit dac4493fe5
4 changed files with 27 additions and 11 deletions
+2
View File
@@ -21,6 +21,8 @@ StreamDisplay::StreamDisplay()
m_fPassingAlpha = 0;
m_fHotAlpha = 0;
m_bAlwaysBounce = false;
m_bDeleteChildren = true;
}
void StreamDisplay::Load( const RString & /* unreferenced: _sMetricsGroup */)