mmal/deinterlace: Remove double pool allocation
commitdbd4c27405bf4d3af5d5b958216ac6a722c9f366
authorJulian Scheel <julian@jusst.de>
Thu, 4 Sep 2014 10:55:10 +0000 (4 12:55 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 4 Sep 2014 16:22:11 +0000 (4 18:22 +0200)
tree9f59cc86633d044ffb2453f49a17a8660757d21e
parent3055e42f9e6330b64a618f6724f90aef215dc316
mmal/deinterlace: Remove double pool allocation

The mmal buffer pool was allocated twice by accident, which caused a leak of
the first one being allocated.

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