From b01a66dcd887099c32e47fe76dde11d977a545e3 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Wed, 25 Apr 2018 11:12:21 +0200 Subject: [PATCH] context: Add missing new line Signed-off-by: Paul Kocialkowski --- src/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context.c b/src/context.c index 34db3a9..12cbaee 100644 --- a/src/context.c +++ b/src/context.c @@ -150,6 +150,7 @@ VAStatus SunxiCedrusCreateContext(VADriverContextP context, error: if (source_data != MAP_FAILED) munmap(source_data, length); + if (ids != NULL) free(ids);