added comment closer to malloc

This commit is contained in:
wiredfool 2016-06-16 01:07:28 -07:00
parent ce57e6adfb
commit 8aedf8b1d8

View File

@ -76,6 +76,7 @@ ImagingRankFilter(Imaging im, int size, int rank)
if (!imOut)
return NULL;
/* malloc check ok, checked above */
#define RANK_BODY(type) do {\
type* buf = malloc(size2 * sizeof(type));\
if (!buf)\