commit | 1ba6c90161ac058f580e6ceb5ccc14dcd86365d1 | [log] [tgz] |
---|---|---|
author | Masanari Iida <standby24x7@gmail.com> | Fri Jan 17 13:38:00 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Feb 04 06:43:53 2014 -0200 |
tree | c78403a862d45fb4939398375380be5b7c6828f5 | |
parent | f2e4c5e004691dfe37d0e4b363296f28abdb9bc7 [diff] |
[media] hdpvr: Fix memory leak in debug cppcheck reported memory leak in device_authorizatio() within hdpvr-core.c. When the debug option is specified and the code jump to "unlock:" label, print_buf was not freed. Confirm the module succesfully compiled without error. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>