Fix a few memory leaks
This commit is contained in:
@@ -111,6 +111,7 @@ struct DeflationStream {
|
||||
|
||||
~DeflationStream() {
|
||||
std::cout << "Destructing DeflationStream" << std::endl;
|
||||
deflateEnd(&deflationStream);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user