| 129 | } |
| 130 | |
| 131 | void NodeEditorShutdown() |
| 132 | { |
| 133 | ImNodes::PopAttributeFlag(); |
| 134 | ImNodes::EditorContextFree(editor1.context); |
| 135 | ImNodes::EditorContextFree(editor2.context); |
| 136 | } |
| 137 | } // namespace example |
nothing calls this directly
no test coverage detected