mirror of
https://github.com/webmproject/libwebp.git
synced 2025-09-03 09:42:30 +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;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user