PDL_Quit
Description
Shuts down the PDL, frees internal storage the PDL allocated for your app, and performs other cleanup. After calling it, your app cannot safely invoke PDL calls.
Your app should call this before calling SDL_Quit
and exiting.
Syntax
void PDL_Quit();