clugg / sm-json

A pure SourcePawn JSON encoder/decoder.
GNU General Public License v3.0
82 stars 8 forks source link

json_read_from_file handle is not closed #27

Closed KillStr3aK closed 2 years ago

KillStr3aK commented 2 years ago

The file handle shouldn't be closed after decoding?

clugg commented 2 years ago

Thanks for pointing this out! I've just released v4.1.1 which resolves this issue.