1
DotNet / Re: Dispose() and memory management
« on: January 17, 2015, 07:57:04 pm »This question is not SFML-specific, so it's probably better asked elsewhere.
For example, this SO Q&A appears to answer your question: https://stackoverflow.com/questions/4267729/what-happens-if-i-dont-call-dispose-on-the-pen-object
So I think I should call Dispose() for all objects from SFML library since they are unmanaged.