| 1066 | } |
| 1067 | |
| 1068 | static void freeUserVarMap() |
| 1069 | { |
| 1070 | for (int_vt_map::iterator vt_it = userVarMap.begin(); vt_it != userVarMap.end(); vt_it++) { |
| 1071 | vt_it->second->putTable(); |
| 1072 | userVarMap[vt_it->first] = nullptr; |
| 1073 | } |
| 1074 | } |
| 1075 | |
| 1076 | static void manage_oversized_file(int signum) |
| 1077 | { |
no test coverage detected