aka “bros: in order to be rich, just don’t be poor.”

  • BradleyUffner@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 day ago

    A “true” memory leak isn’t just memory that is never freed, it’s memory that CAN’T be freed. Usually because the handle / pointer to it was thrown away.

    The distinction isn’t really all the important though, it all looks the same as far as how the program functions.