uNetworking / libvc

Vulkan Compute for C++ (experimentation project)
zlib License
132 stars 12 forks source link

Memory Leaks #1

Closed ahbaxter closed 8 years ago

ahbaxter commented 8 years ago

I've just browsed your code so far, but I've noticed a couple news without matching deletes, namely in vc.h in lines 99 and 189. Just a quick fix.

ghost commented 8 years ago

Yeah there are no deletions at all so currently it leaks in all possible ways. Glad you're showing interest - I'll be doing a burst in the coming days to add more features and fix up flaws like these.