1

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 !

daisy
  • 22,498
  • 29
  • 129
  • 265
  • Possible duplicate of [How to get STDOUT from a QProcess?](http://stackoverflow.com/questions/3852587/how-to-get-stdout-from-a-qprocess) – J. Chomel Jul 27 '16 at 08:27

1 Answers1

1

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

Luca Carlon
  • 9,546
  • 13
  • 59
  • 91