diff --git a/src/enc/vp8l.c b/src/enc/vp8l.c index d98a360b..c16e2560 100644 --- a/src/enc/vp8l.c +++ b/src/enc/vp8l.c @@ -290,7 +290,7 @@ static int AnalyzeEntropy(const uint32_t* argb, } } } - free(histo); + WebPSafeFree(histo); return 1; } else { return 0;