Fix last obvious leak
This commit is contained in:
@@ -50,6 +50,14 @@ public:
|
||||
deflationStream = new DeflationStream;
|
||||
}
|
||||
}
|
||||
|
||||
~WebSocketData() {
|
||||
std::cout << "destruting webocketdata" << std::endl;
|
||||
|
||||
if (deflationStream) {
|
||||
delete deflationStream;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user