end of the function LoadScriptMemory ============================================================================ Parameter: - Returns: - Changes Globals: - ============================================================================
| 1436 | // Changes Globals: - |
| 1437 | //============================================================================ |
| 1438 | void FreeScript(script_t *script) |
| 1439 | { |
| 1440 | #ifdef PUNCTABLE |
| 1441 | if (script->punctuationtable) FreeMemory(script->punctuationtable); |
| 1442 | #endif //PUNCTABLE |
| 1443 | FreeMemory(script); |
| 1444 | } //end of the function FreeScript |
| 1445 | //============================================================================ |
| 1446 | // |
| 1447 | // Parameter: - |
no test coverage detected