tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Resolver- fix memory leak #255

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Using a new source in AutoFac's container which is externally owned to avoid the container keeping references in memory.

Fixes #181 As we found a workaround to the underlying issue we'll keep working with AutoFac for now.