[Coverity] Fix leak when converting thumbnail for fetch

This commit is contained in:
baldurk
2017-12-21 12:09:02 +00:00
parent c454bf21fb
commit fe0f4ec879
+2
View File
@@ -99,6 +99,8 @@ static RDCThumb convertThumb(FileType thumbType, uint32_t thumbWidth, uint32_t t
ret.pixels = pixels;
ret.len = (uint32_t)len;
free(decoded);
}
return ret;