Frage

If i start a program with QProcess::startDetached() , and it will continue to execute after the parent process quits , so will this cause a memory leak ?

Thanks !

War es hilfreich?

Lösung

That is a static method. You're not even allocating anything. No leak.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top