|
@@ -1530,6 +1530,7 @@ CGImageRef YYCGImageCreateWithWebPData(CFDataRef webpData,
|
|
if (_webpSource) WebPDemuxDelete(_webpSource);
|
|
if (_webpSource) WebPDemuxDelete(_webpSource);
|
|
#endif
|
|
#endif
|
|
if (_blendCanvas) CFRelease(_blendCanvas);
|
|
if (_blendCanvas) CFRelease(_blendCanvas);
|
|
|
|
+ pthread_mutex_destroy(&_lock);
|
|
}
|
|
}
|
|
|
|
|
|
+ (instancetype)decoderWithData:(NSData *)data scale:(CGFloat)scale {
|
|
+ (instancetype)decoderWithData:(NSData *)data scale:(CGFloat)scale {
|