free -> WebPSafeFree()

avoids unbalanced memory track at the end (w/ PRINT_MEM_INFO flag on)

Change-Id: I70da087f079198bcaacd0c81593f104058dcac69
This commit is contained in:
Pascal Massimino 2016-06-17 17:49:07 +02:00
parent e7b917726f
commit 0bb23b2cf7

View File

@ -290,7 +290,7 @@ static int AnalyzeEntropy(const uint32_t* argb,
}
}
}
free(histo);
WebPSafeFree(histo);
return 1;
} else {
return 0;