reduce complexity + just free() in a single place
- therefor if the program gets extended, its unlikly that someone will forget to call free() - also this gets rid of copy-paste free() calls (which look stupid)
Please register or sign in to comment