| 67 | } |
| 68 | |
| 69 | void UndoItem::release(jrd_tra* transaction) |
| 70 | { |
| 71 | if (m_format) |
| 72 | { |
| 73 | transaction->getUndoSpace()->releaseSpace(m_offset, m_format->fmt_length); |
| 74 | m_format = NULL; |
| 75 | } |
| 76 | } |
| 77 | |
| 78 | |
| 79 | // VerbAction implementation |
no test coverage detected