We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a26c865 + 1df1a17 commit 452d100Copy full SHA for 452d100
hex_viewer.c
@@ -97,6 +97,7 @@ void hex_viewer_app_free(HexViewer* app) {
97
98
// View Dispatcher
99
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdMenu);
100
+ view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdStartscreen);
101
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdScroll);
102
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdSettings);
103
0 commit comments