Skip to content
Snippets Groups Projects
Commit b44aff88 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Removed stream delete[].

parent 26e1a824
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ PacketLib::ByteStream::~ByteStream()
{
ByteStream::count_object_deleted++;
//cout << "ByteStream::~ByteStream() delete[] stream;" << endl;
delete[] stream;
// delete[] stream;
stream = 0;
}
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment