mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-05-31 11:18:42 +02:00
...
This commit is contained in:
@@ -52,6 +52,7 @@ size_t Magick::BlobRef::decrease()
|
||||
_mutexLock.unlock();
|
||||
throwExceptionExplicit(MagickCore::OptionError,
|
||||
"Invalid call to decrease");
|
||||
return(0);
|
||||
}
|
||||
count=--_refCount;
|
||||
_mutexLock.unlock();
|
||||
|
||||
Reference in New Issue
Block a user