mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 12:07:00 -04:00
Add a virtual BlobBuffer destructor.
This is need to be sure that the referenced zim::Blob is actually deleted.
This commit is contained in:
parent
d1b5624f04
commit
aaae4e7c4b
@ -8,6 +8,7 @@ class BlobBuffer : public QBuffer
|
||||
{
|
||||
public:
|
||||
BlobBuffer(zim::Blob blob);
|
||||
virtual ~BlobBuffer() = default;
|
||||
|
||||
private:
|
||||
zim::Blob blob;
|
||||
|
Loading…
x
Reference in New Issue
Block a user