Inverted / tasbot_eyes

Software, to control the eyes of the new TASBot, build by blastermak
BSD 2-Clause "Simplified" License
0 stars 3 forks source link

Fix getFileList potentially referring to freed memory #17

Closed Inverted closed 1 year ago

Inverted commented 1 year ago

Path names are freed when closing a dir, so you need to copy the name for future use. Also frees some more memory when stopping the program to clean up Valgrind output.

R3tr0BoiDX commented 1 year ago

Oii, thanks! Also, the changes you made with the pthread make much more sense that way, heh.