brain-labs / brain

An esoteric programming language compiler on top of LLVM based on Brainfuck
https://brain-labs.github.io/brain/docs/html/index.html
GNU General Public License v3.0
132 stars 18 forks source link

Fixes a memory leak #52

Closed rafaelcn closed 6 years ago

rafaelcn commented 6 years ago

As described in ecff41e _instance was leaking after execution of the program.

rafaelcn commented 6 years ago

Need you on this @luizperes.

luizperes commented 6 years ago

Hi @rafaelcn, do you think you can check if the other Singleton are fine? :) thanks!

rafaelcn commented 6 years ago

Sure!

luizperes commented 6 years ago

Please inform me when you think we are good to go @rafaelcn! :)

rafaelcn commented 6 years ago

I'm low on time right now. So I'll verify that whenever I can, probably in the weekend

luizperes commented 6 years ago

thanks!

rafaelcn commented 6 years ago

Check the newest changes @luizperes :-)

luizperes commented 6 years ago

You may merge whenever you want @rafaelcn