SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Ensure all resources are properly disposed

Pathoschild opened this issue ยท 1 comments

commented

In a few cases (notably the log file), SMAPI depends on application exit to clean up any remaining file handles. This may be the cause of the locked files some players report when trying to update SMAPI. Ensure all resources are properly disposed and finalised.

commented

Done in develop for the next SMAPI release.