inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows
Other
316 stars 92 forks source link

Free transfers fix #50

Open marcel303 opened 6 years ago

marcel303 commented 6 years ago

Hi, I encountered some undefined behavior (and crash) due to the way transfers were freed during the transfer callback. I changed things a bit so now the transfers are freed after the wait for the number of active transfers to reach zero. Cheers, Marcel