From bc9bf75659e9b7b3d12acab4b5e74bda15a51f65 Mon Sep 17 00:00:00 2001 From: Mateusz Krawczuk Date: Mon, 22 Jun 2015 18:37:13 +0200 Subject: v4l2-mfc-example: Remove memory leak detected by valgrind Signed-off-by: Mateusz Krawczuk --- v4l2-mfc-example/mfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'v4l2-mfc-example/mfc.h') diff --git a/v4l2-mfc-example/mfc.h b/v4l2-mfc-example/mfc.h index a051f2a..74095b4 100644 --- a/v4l2-mfc-example/mfc.h +++ b/v4l2-mfc-example/mfc.h @@ -26,7 +26,7 @@ #include "common.h" /* Open the MFC device */ -int mfc_open(struct instance *i, char *name); +int mfc_open(struct instance *i); /* Close the MFC devices */ void mfc_close(struct instance *i); /* Setup the OUTPUT queue. The size determines the size for the stream -- cgit v1.2.3