Programming Guide |
Removes screens from the save list
void sm_unsvscreen(char **screen_list, int count);
screen_list
- The screens to remove from the save list.
count
- The number of screens to remove from the save list.
C only
sm_unsvscreen
removes screens from the list of screens that are saved in memory and frees the memory associated with them. You can call this function to remove screens from this list anywhere in your code, whether or not the screen is open. Note that if a screen is open, Panther frees its memory only when it closes.