[2016-01-26 01:40:08 UTC] Don't hate C, hate the game [2016-01-26 18:51:18 UTC] YEESSS I finally got it to work without any memory leeks [2016-01-26 18:51:48 UTC] just avoid using malloc and break encapsulation [2016-01-26 21:26:34 UTC] Never use malloc if you don't need it [2016-01-26 21:26:48 UTC] That should be like rule number 1 of C [2016-01-26 21:28:02 UTC] Rule number 2 is if you do use malloc, have valgrind just tell you where you screwed up