It sounds to me like the problem is possibly that you are creating many instances of your class and not destroying them afterwards.
As far as I am aware str = "" should free the memory that the string was using (unless you have intentionally declared the strings as fixed length).




Reply With Quote