A
Anders Eriksson
Hello,
I wonder do I create a memory leak by using
private void myFunc()
{
List<String> joblist = new List<string>();
// ... add a alot of string into the joblist
}
and then call myFunc "repeatedly" from the main program
It feels like I should return the memory somehow, but how?
// Anders
--
English is not my first language
so any error, insults or strangeness
has happend during the translation.
Please correct my English so that I
may become better at it!
I wonder do I create a memory leak by using
private void myFunc()
{
List<String> joblist = new List<string>();
// ... add a alot of string into the joblist
}
and then call myFunc "repeatedly" from the main program
It feels like I should return the memory somehow, but how?
// Anders
--
English is not my first language
so any error, insults or strangeness
has happend during the translation.
Please correct my English so that I
may become better at it!