For me, cli is a novelty, but please explain, I have the simplest code in the timer:
private: System::Void timer1_Tick(System::Object^ sender, System::EventArgs^ e) { String^ tempString = textBox1->Text; } Why does a 4kb / sec leak occur, I don’t understand the local String object ^ do I need to free it or are there any features of cli?