mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -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:
|
public:
|
||||||
BlobBuffer(zim::Blob blob);
|
BlobBuffer(zim::Blob blob);
|
||||||
|
virtual ~BlobBuffer() = default;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
zim::Blob blob;
|
zim::Blob blob;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user