gem_concurrent_blit: Fix the leak from the children.
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Aug 2013 10:23:22 +0000 (11:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Aug 2013 10:26:00 +0000 (11:26 +0100)
commit1b17cb9d04809f9528279abc44ad74f5559df3b5
tree97ea6a084fe571b8c03d519f22529802ebcc144e
parent1ca607b458b63762846fc95c104b4686eb4eccb3
gem_concurrent_blit: Fix the leak from the children.

As the children use the parent's fd, the kernel only has a single filp
for everyone. Therefore we cannot rely on the process termination
reaping the buffers we allocate for the children.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=68169
tests/gem_concurrent_blit.c