]> git.sesse.net Git - vlc/commit
mmal/vout: Use default allocator for mmal pool
authorJulian Scheel <julian@jusst.de>
Thu, 4 Sep 2014 10:55:12 +0000 (12:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Sep 2014 16:22:14 +0000 (18:22 +0200)
commit2eccb60b5be0cd8452d8e247410e8521dc3d515f
treecb9dc66114d26d6434684a7035b77df7e632c0fa
parentedbf269311d5c80aac05f7612229078b9e9d60d8
mmal/vout: 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/vout.c