]> git.sesse.net Git - vlc/commit
mmal/deinterlace: Use default allocator for mmal pool
authorJulian Scheel <julian@jusst.de>
Thu, 4 Sep 2014 10:55:11 +0000 (12:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Sep 2014 16:22:12 +0000 (18:22 +0200)
commitedbf269311d5c80aac05f7612229078b9e9d60d8
tree5a8223fba34ca10ca4c77500e8f7b71fddbb2906
parentdbd4c27405bf4d3af5d5b958216ac6a722c9f366
mmal/deinterlace: Use default allocator for mmal pool

The port agnostic allocator helpers in mmal leak memory (see
https://github.com/raspberrypi/firmware/issues/310). As there is no benefit
using them instead of the default allocator in our case anyway, switch to the
default allocator, which avoids memory leakage on pool destruction.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/deinterlace.c