Skip to content

Commit

Permalink
undo: fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy-Yakovenko committed Feb 2, 2024
1 parent e0635e8 commit 4e37844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1106,9 +1106,9 @@ main_cleanup_and_quit (void) {
scriptableDeinitShared ();
#endif

pl_free (); // may access conf_*
ddb_undomanager_free(ddb_undomanager_shared());

pl_free (); // may access conf_*
conf_free ();

trace ("messagepump_free\n");
Expand Down

0 comments on commit 4e37844

Please sign in to comment.