Skip to content
Snippets Groups Projects
  • Jakub Klinkovský's avatar
    17bac77e
    Fixed memory leaks in Object · 17bac77e
    Jakub Klinkovský authored
    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.
    17bac77e
    History
    Fixed memory leaks in Object
    Jakub Klinkovský authored
    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.