I am currently using terminate process to end a process created by my app and then closing the process and thread handles. I've come across a lot of warnings on using terminate process(mainly b/c of memory leaks) and am wondering if there is a better way to achieve this?
Thanks in advance.
Thanks in advance.