mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

[Perf] Plug possible leaks. #59

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

ICSharpCode.ZipFile needs to be closed so ZipEntries get cleaned up, so does CloseEntry have to be called after writing a ZipEntry.