mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-03 04:19:20 -04:00
and fix a ton more minor performance issues
This commit is contained in:
+1
-4
@@ -33,10 +33,7 @@ void put(Base::ByteStream &msg, const Blob &source);
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
Blob::~Blob()
|
||||
{
|
||||
if (m_data)
|
||||
{
|
||||
delete [] m_data;
|
||||
}
|
||||
delete [] m_data;
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user