KastnerRG / riffa

The RIFFA development repository
https://riffa.ucsd.edu
Other
746 stars 310 forks source link

Windows Handle Leak in fpga_recv() #22

Open mpernambuco opened 6 years ago

mpernambuco commented 6 years ago

This line creates a new event for every fpga_recv(). It seems we have a handle leak here?

https://github.com/KastnerRG/riffa/blob/4e9d3c8d81b164e291f343bf6e0417c9241e6bee/c_c%2B%2B/windows/x64/riffa.c#L177