HuoLanguage / huo

interpreted language written in C
MIT License
212 stars 21 forks source link

Strings example causing segfault #43

Closed incrediblesound closed 8 years ago

incrediblesound commented 8 years ago

According to Valgrind it's happening in the split_string function.

TheLoneWolfling commented 8 years ago

Yep. There's a missing allocation. Easy enough to fix. One moment.

TheLoneWolfling commented 8 years ago

Should be fixed by 01a703d61a02a2bdc1ac2d5db122d7f5053213f8