Files
nethack/win/share
PatR b4240e1772 fix #H5780 - file pointer freed twice
win/share/tileset.c seems only to be used by the MSDOS port, but it
compiles cleanly on OSX after these changes.

A file pointer was passed to fclose() twice, second time potentially
causing problems.  There were cases of potentially null pointers
being passed to free() too.  That should be safe these days, but it's
something we've tried to hard to avoid and would probably trigger
complaints from our own MONITOR_HEAP code if that ever got applied
here.
2017-07-30 18:17:00 -07:00
..
2015-05-25 09:21:31 +09:00
2016-03-07 08:46:57 -05:00
2016-02-02 21:19:29 -05:00
2015-05-25 09:21:31 +09:00
2016-06-23 06:19:45 -07:00
2016-07-19 05:40:09 -07:00