Update callers *GifCloseFile for new GIFLIB DO NOT MERGE am: 60519c717e am: 0cf3a7d3ec
am: 93facf6314
Change-Id: Ib851a4d150690cc4959455dc0f7bc249fbd784c6
This commit is contained in:
@@ -508,11 +508,11 @@ ColorARGB GifTranscoder::gifColorToColorARGB(const GifColorType& color) {
|
||||
|
||||
GifFilesCloser::~GifFilesCloser() {
|
||||
if (mGifIn) {
|
||||
DGifCloseFile(mGifIn);
|
||||
DGifCloseFile(mGifIn, NULL);
|
||||
mGifIn = NULL;
|
||||
}
|
||||
if (mGifOut) {
|
||||
EGifCloseFile(mGifOut);
|
||||
EGifCloseFile(mGifOut, NULL);
|
||||
mGifOut = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user