vkoskiv / c-ray

c-ray is a small, simple path tracer written in C
MIT License
797 stars 44 forks source link

Hash table fixes #88

Closed madmann91 closed 3 years ago

madmann91 commented 3 years ago

This should fix the error exposed by the new hash table test, and should eliminate a potential memory leak.