To reclaim used memory after the script is complete, destroy initialized objects with the relevant Init function:
DestroyServer(&myServer);
DestroyContact(&myContact);
DestroyLicense(&myLicense);
To reclaim used memory after the script is complete, destroy initialized objects with the relevant Init function:
DestroyServer(&myServer);
DestroyContact(&myContact);
DestroyLicense(&myLicense);