microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
261 stars 43 forks source link

Fix memory leaks in load_story #12

Closed MarcCote closed 5 years ago

MarcCote commented 5 years ago

I was able to track down some memory leaks. Hopefully, that's what causing the issue with macOS.

TIL strlen doesn't include the NULL character.