]> git.llucax.com Git - software/dgc/cdgc.git/commit
Don't leak weak pointers master
authorLeandro Lucarella <llucax@gmail.com>
Tue, 19 Jul 2011 02:02:25 +0000 (23:02 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 19 Jul 2011 02:02:25 +0000 (23:02 -0300)
commit68f7d87cf5eae6f656e43bb8472b555755a9cef4
tree325cf1ce5e40de479c91c9160ce8a5fddf563b00
parentc8b9c37decb76b4667358e4d95ff928eb9f8fc8c
Don't leak weak pointers

The free() call after the return is never executed, so we have to move it
inside the locked() block of code.
rt/gc/cdgc/gc.d