| 1577 | } |
| 1578 | |
| 1579 | void __cdecl destroy_path_globals() |
| 1580 | { |
| 1581 | delete g_dot_dot_path; |
| 1582 | g_dot_dot_path = nullptr; |
| 1583 | delete g_dot_path; |
| 1584 | g_dot_path = nullptr; |
| 1585 | delete g_path_locale; |
| 1586 | g_path_locale = nullptr; |
| 1587 | } |
| 1588 | |
| 1589 | BOOST_FILESYSTEM_INIT_FUNC init_path_globals() |
| 1590 | { |
nothing calls this directly
no outgoing calls
no test coverage detected