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& |