Fixed memory leaks in Object
I was running a load method on some object in a loop, which was returning false most of the time, and eventually the process run out of file descriptors because the file was not closed properly.
Loading
Please sign in to comment