Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Jan 23, 2025
1 parent d44d0b3 commit 9aa7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/infrastructure/plugin/hidden_helper_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl View for HiddenHelperPanel {
// Executing the plug-in destroy hooks here has the advantage that arbitrary tear-down
// code can be run. The code that can be called on Windows when dropping everything when the
// DLL gets detached is limited (if not following this rule, panics may occur and that
// would abort REAPER in a crashy way because the panic occurs in drop).
// would abort REAPER because the panic occurs in drop).
// Still, ideally, the tear-down code itself should be safe to execute on DLL_PROCESS_DETACH
// as well.
tracing::info!("Executing plug-in destroy hooks from hidden helper panel...");
Expand Down

0 comments on commit 9aa7a41

Please sign in to comment.