Destroy a previously created process object.
Defined in <SDL3/SDL_process.h>
void SDL_DestroyProcess(SDL_Process *process);
SDL_Process * | process | The process object to destroy. |
Note that this does not stop the process, just destroys the SDL object used to track it. If you want to stop the process you should use SDL_KillProcess().
This function is not thread safe.
This function is available since SDL 3.1.3.