This commit is contained in:
Cristy
2016-12-24 18:20:40 -05:00
parent ad58fa2d4c
commit 3a1e62eeac
+1
View File
@@ -52,6 +52,7 @@ size_t Magick::BlobRef::decrease()
_mutexLock.unlock();
throwExceptionExplicit(MagickCore::OptionError,
"Invalid call to decrease");
return(0);
}
count=--_refCount;
_mutexLock.unlock();