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:
@@ -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 */)
|
||||
|
||||
Reference in New Issue
Block a user