Hi Pekka,
On 16 February 2018 at 15:57, Pekka Paalanen wrote:
> The head was just zalloc()'d, there is no need to memset it to zero.
>
> If a function fails, it is preferable it leaves the output arguments
> untouched.
Everything to this point is:
Reviewed-by: Daniel Stone
and I'm happy for yo
From: Pekka Paalanen
The head was just zalloc()'d, there is no need to memset it to zero.
If a function fails, it is preferable it leaves the output arguments
untouched.
Signed-off-by: Pekka Paalanen
---
libweston/compositor-drm.c | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
d