Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#113 closed defect (released)

Xml file loader doesn't seem to close file stream

Reported by: ibboard Owned by:
Priority: minor Milestone: WarFoundry 0.1
Component: WarFoundry-API Version:
Keywords: io filestream Cc:
Blocked By: Blocking:

Description

When trying to write over a file that failed to load, Windows said that the file couldn't be written because it was in use. This normally occurs because some of the .Net code has opened a stream from the file but not closed it. The loose stream should be found and closed.

Change History (4)

comment:1 Changed 10 years ago by ibboard

Resolution: fixed
Status: newclosed

(In r219) Fixes #113: XML loader doesn't close stream

  • Close stream after XML loading to allow re-saving file

comment:2 Changed 10 years ago by ibboard

released: 1

Mark released changes as released

comment:3 Changed 10 years ago by ibboard

released: 1yes

Mark released fixes as released using radio values

comment:4 Changed 10 years ago by ibboard

Resolution: fixedreleased

Mark fix as released under a previous version

Note: See TracTickets for help on using tickets.