| 9105 | } |
| 9106 | |
| 9107 | ~Row_data_memory() |
| 9108 | { |
| 9109 | if (m_memory != 0 && m_release_memory_on_destruction) |
| 9110 | my_free(m_memory); |
| 9111 | } |
| 9112 | |
| 9113 | /** |
| 9114 | Is there memory allocated? |
nothing calls this directly
no outgoing calls
no test coverage detected