Fix two leaks reported by coverity
This commit is contained in:
@@ -183,6 +183,10 @@ ThumbImageUpdater::ThumbImageUpdater():
|
||||
{
|
||||
}
|
||||
|
||||
ThumbImageUpdater::~ThumbImageUpdater() {
|
||||
delete impl_;
|
||||
}
|
||||
|
||||
void ThumbImageUpdater::add(ThumbBrowserEntryBase* tbe, bool* priority, bool upgrade, ThumbImageUpdateListener* l)
|
||||
{
|
||||
// nobody listening?
|
||||
|
Reference in New Issue
Block a user