Why did these lines start appearing in the console when launching and closing the application? They didn't exist before
-
Previously, when launching other applications, there were no these lines. The only thing that happened before these lines appeared at startup: I ran a program several times in which I allocated memory using "new", but did not delete it. Could it have had any effect?
-
Previously, when launching other applications, there were no these lines. The only thing that happened before these lines appeared at startup: I ran a program several times in which I allocated memory using "new", but did not delete it. Could it have had any effect?