quelea-projection / Quelea

Open source projection software for churches.
https://quelea.org
GNU General Public License v3.0
159 stars 145 forks source link

stream io error safety #530

Open YTN01 opened 2 years ago

YTN01 commented 2 years ago

Many places in the codebase lacked proper safety around file and db io operations failures. Specifically, due to lack of try-with-resources, there are potentials for streams staying unclosed after failures.