The reading from this reporter file is done in a method, i.e I read the file into a locale array, use the array (read last line ect.) and exit.
This method is called about 20 times a minute and I think this is one cause of my memory leak,
the question is: if I make the array global(instead of local) will this "fix" the memory problem ?