Re: [PATCH] video: offb: Deallocate the color map

2018-03-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday, February 13, 2018 07:07:45 PM Mathieu Malaterre wrote: > The function offb_destroy did not deallocate the color map leaving some > memory around after destruction. Call the color map deallocate function to > remove the memory leak. > > Handle another case where color map should have

[PATCH] video: offb: Deallocate the color map

2018-02-14 Thread Mathieu Malaterre
The function offb_destroy did not deallocate the color map leaving some memory around after destruction. Call the color map deallocate function to remove the memory leak. Handle another case where color map should have been deallocated during an error code path. Fix memory leaks reported by