Fix two leaks reported by coverity

This commit is contained in:
heckflosse
2018-11-27 20:06:48 +01:00
parent 7f1b14c50a
commit 79d561469f
4 changed files with 10 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ public:
private:
PreviewLoader();
~PreviewLoader();
class Impl;
Impl* impl_;