[vlc-devel] [PATCH 0/3] mmal: Avoid buffer pool leaks

Julian Scheel julian at jusst.de
Thu Sep 4 12:55:09 CEST 2014


This patch set addressed memory leaks caused by the way the mmal buffer pools
were allocated. While the reason for the actual leak is still under
investigation it seems sane to change the allocator to use the default in our
usecase anyway.

Julian Scheel (3):
  mmal/deinterlace: Remove double pool allocation
  mmal/deinterlace: Use default allocator for mmal pool
  mmal/vout: Use default allocator for mmal pool

 modules/hw/mmal/deinterlace.c | 7 ++-----
 modules/hw/mmal/vout.c        | 5 +----
 2 files changed, 3 insertions(+), 9 deletions(-)

-- 
2.1.0




More information about the vlc-devel mailing list