mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
free -> WebPSafeFree()
avoids unbalanced memory track at the end (w/ PRINT_MEM_INFO flag on) Change-Id: I70da087f079198bcaacd0c81593f104058dcac69
This commit is contained in:
parent
e7b917726f
commit
0bb23b2cf7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user