context: Add missing new line
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -150,6 +150,7 @@ VAStatus SunxiCedrusCreateContext(VADriverContextP context,
|
|||||||
error:
|
error:
|
||||||
if (source_data != MAP_FAILED)
|
if (source_data != MAP_FAILED)
|
||||||
munmap(source_data, length);
|
munmap(source_data, length);
|
||||||
|
|
||||||
if (ids != NULL)
|
if (ids != NULL)
|
||||||
free(ids);
|
free(ids);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user