sources/network/bytestream.cpp

changeset 58
d175243ad169
parent 18
56a1ac7d931b
child 61
cdf3c8af1545
equal deleted inserted replaced
57:a2f41245e387 58:d175243ad169
66 66
67 // ------------------------------------------------------------------------------------------------- 67 // -------------------------------------------------------------------------------------------------
68 // 68 //
69 Bytestream::~Bytestream() 69 Bytestream::~Bytestream()
70 { 70 {
71 delete m_data; 71 delete[] m_data;
72 } 72 }
73 73
74 // ------------------------------------------------------------------------------------------------- 74 // -------------------------------------------------------------------------------------------------
75 METHOD 75 METHOD
76 Bytestream::operator= (const Bytestream& other) -> Bytestream& 76 Bytestream::operator= (const Bytestream& other) -> Bytestream&

mercurial