bug fix or syntax correctness...

This commit is contained in:
Hombre
2010-09-14 23:36:45 +02:00
parent ee3b7b5e2a
commit 4e7c3158dd

View File

@@ -31,7 +31,7 @@ ThumbImageUpdater::ThumbImageUpdater ()
ThumbImageUpdater::~ThumbImageUpdater ()
{
delete threadPool;
delete [] threadPool;
}
void ThumbImageUpdater::add (Thumbnail* t, const rtengine::procparams::ProcParams& params, int height, bool* priority, ThumbImageUpdateListener* l) {