This commit is contained in:
Sandro Mani 2013-03-17 17:00:24 -07:00
commit 47d3ccfb6f

View File

@ -81,6 +81,7 @@ ImagingRankFilter(Imaging im, int size, int rank)
size * sizeof(type));\ size * sizeof(type));\
IMAGING_PIXEL_##type(imOut, x, y) = Rank##type(buf, size2, rank);\ IMAGING_PIXEL_##type(imOut, x, y) = Rank##type(buf, size2, rank);\
}\ }\
free(buf); \
} while (0) } while (0)
if (im->image8) if (im->image8)