C# thread or timer memory consumption
I need to refresh label in my Winform application each 100 milisecond.
I used a timer control and have a problem with memory consumption.
After 20 minutes from start application, memory consumption increased by 100mb.
After replace timer by thread I have the same memory consumption effect.
It is any method to relese this memory?