diff options
| author | Mateusz Krawczuk <m.krawczuk@samsung.com> | 2015-06-22 18:37:13 +0200 | 
|---|---|---|
| committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-07-09 15:55:05 +0200 | 
| commit | bc9bf75659e9b7b3d12acab4b5e74bda15a51f65 (patch) | |
| tree | 91aa6bb69771d2af34aa970ff0ec7e48492d0f9a /v4l2-mfc-example/mfc.h | |
| parent | 4d19a6d587e0fb1d10d8a87b29163bfa89a3fc01 (diff) | |
v4l2-mfc-example: Remove memory leak detected by valgrind
Signed-off-by: Mateusz Krawczuk <m.krawczuk@samsung.com>
Diffstat (limited to 'v4l2-mfc-example/mfc.h')
| -rw-r--r-- | v4l2-mfc-example/mfc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
