Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/provider/provider_tracking.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ void umfMemoryTrackerDestroy(umf_memory_tracker_handle_t handle) {
return;
}

// 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,
// because it may need those resources till
// the very end of exiting the application.
if (utils_is_running_in_proxy_lib()) {
Expand Down
Loading