We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4f65f commit adb3f1bCopy full SHA for adb3f1b
src/provider/provider_tracking.c
@@ -761,7 +761,7 @@ void umfMemoryTrackerDestroy(umf_memory_tracker_handle_t handle) {
761
return;
762
}
763
764
- // Do not destroy the tracket if we are running in the proxy library,
+ // Do not destroy the tracker if we are running in the proxy library,
765
// because it may need those resources till
766
// the very end of exiting the application.
767
if (utils_is_running_in_proxy_lib()) {
0 commit comments