Skip to content

Commit

Permalink
Merge pull request #6 from prplecake/fix-exit-crash
Browse files Browse the repository at this point in the history
Fix crash on exit
  • Loading branch information
QtRoS authored May 25, 2024
2 parents a26c865 + 1df1a17 commit 452d100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hex_viewer.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void hex_viewer_app_free(HexViewer* app) {

// View Dispatcher
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdMenu);
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdStartscreen);
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdScroll);
view_dispatcher_remove_view(app->view_dispatcher, HexViewerViewIdSettings);

Expand Down

0 comments on commit 452d100

Please sign in to comment.