missinglinkelectronics / libuio

UserspaceIO helper library
GNU Lesser General Public License v2.1
30 stars 28 forks source link

Fix some memory leaks #20

Open modbw opened 3 years ago

modbw commented 3 years ago

There are some memory leaks in libuio which I try to fix. Memory leaks where detected by valgrind. After these changes my test cases don't report any memory leaks.

Baruch-Fridman commented 1 year ago

I used the above changes but still got a leak. @modbw