Hey folks, trying to understand if there could be a possible memory leakage in this case.
I have created a SingletonClass with private members, one of the private member is another class which then holds reference of repositories etc.
So now since, there is a singleton instance of my class, which further has strong reference to other member classes, can there be any scare of
memory leakage
?