Source

Branch

1/ @choco_dolphin7

@nicbarkeragain

  1. Got into the habit of immediately writing free()/close()/etc before anything else 2. Leaks are not that common or scary 3. If it was malloc’d memory, clang catches it for me before I even review + commit it 4. Too much hassle and clutter assigning unique strings to everything