martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
308 stars 55 forks source link

dev_fd hash table is not cleaned up with clear() #193

Open benzea opened 2 years ago

benzea commented 2 years ago

This is kind of unexpected, and should probably happen.

I wonder if there might be an elegant trick, like using a fifo and just having it on the disk rather than in a hash table.