surface: Remove duplicate request fd close
This removes a duplicate conditional close of the request fd. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -202,9 +202,6 @@ VAStatus RequestDestroySurfaces(VADriverContextP context,
|
|||||||
munmap(surface_object->source_data,
|
munmap(surface_object->source_data,
|
||||||
surface_object->source_size);
|
surface_object->source_size);
|
||||||
|
|
||||||
if (surface_object->request_fd >= 0)
|
|
||||||
close(surface_object->request_fd);
|
|
||||||
|
|
||||||
for (j = 0; j < surface_object->destination_buffers_count; j++)
|
for (j = 0; j < surface_object->destination_buffers_count; j++)
|
||||||
if (surface_object->destination_map[j] != NULL &&
|
if (surface_object->destination_map[j] != NULL &&
|
||||||
surface_object->destination_map_lengths[j] > 0)
|
surface_object->destination_map_lengths[j] > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user