mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 14:34:33 +02:00
free -> WebPSafeFree()
avoids unbalanced memory track at the end (w/ PRINT_MEM_INFO flag on) Change-Id: I70da087f079198bcaacd0c81593f104058dcac69
This commit is contained in:
@ -290,7 +290,7 @@ static int AnalyzeEntropy(const uint32_t* argb,
|
||||
}
|
||||
}
|
||||
}
|
||||
free(histo);
|
||||
WebPSafeFree(histo);
|
||||
return 1;
|
||||
} else {
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user