commit | fe757a2aa11e734123e3f885bac5e4d78d66a4b9 | [log] [tgz] |
---|---|---|
author | zhangji <[email protected]> | Fri Feb 17 18:34:45 2017 +0800 |
committer | Dirk Lemstra <[email protected]> | Sat Feb 18 11:51:42 2017 +0100 |
tree | 020f54f6c4c33578faead6a0759d7e97adf256c2 | |
parent | 0cb640cd121fa8edc520a30373e57c277fff6444 [diff] [blame] |
fix fd leak for webp coder Signed-off-by: zhangji <[email protected]>
diff --git a/coders/webp.c b/coders/webp.c index e994886..c6f7fad 100644 --- a/coders/webp.c +++ b/coders/webp.c
@@ -366,6 +366,7 @@ } WebPFreeDecBuffer(webp_image); stream=(unsigned char*) RelinquishMagickMemory(stream); + (void) CloseBlob(image); return(image); } #endif