Commit b7b41ae7 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Revert "Removed stream delete[]."

This reverts commit b44aff88.
parent 79a2cdc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -134,7 +134,7 @@ PacketLib::ByteStream::~ByteStream()
    {
        ByteStream::count_object_deleted++;
        //cout << "ByteStream::~ByteStream() delete[] stream;" << endl;
//        delete[] stream;
        delete[] stream;
        stream = 0;
    }
    else