Skip to content

Commit

Permalink
Merge branch 'main' into fix-active-context-is-removed-wrongly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bonafonte authored Aug 3, 2023
2 parents b10d67e + 46c8adc commit c3e0df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ class ActivityContextManager: ContextManager {
contextMap[activityIdent] = nil
}
}
rlock.unlock()
if let scope = objectScope.object(forKey: value) {
var scope = scope.scope
os_activity_scope_leave(&scope)
objectScope.removeObject(forKey: value)
}
rlock.unlock()
}
}

0 comments on commit c3e0df5

Please sign in to comment.