LWIS: fix memory leakage in ioctl_echo()
A buffer is allocated in ioctl_echo(), but it is not freed.
The allocated memory should be freed.
Bug: 206567488
Test: AOSP camera, CTS
Signed-off-by:
Holmes Chou <holmeschou@google.com>
Change-Id: Ia8b6b292009a5ba0fbf824d7d8d22add1f866995
Loading
Please sign in to comment