=============== PC_EndParseSession =============== */
| 5882 | =============== |
| 5883 | */ |
| 5884 | void PC_EndParseSession(char *buffer) |
| 5885 | { |
| 5886 | COM_EndParseSession(); |
| 5887 | ui.FS_FreeFile( buffer ); //let go of the buffer |
| 5888 | } |
| 5889 | |
| 5890 | /* |
| 5891 | =============== |
no test coverage detected