Skip to content

Commit

Permalink
Keep a weak reference to UserScriptMessageBroker (#2755)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1177771139624306/1207088650619407/f

Description:
Fix a memory leak by holding a weak reference to UserScriptMessageBroker
in BSK's PerformanceMetricsSubfeature.
  • Loading branch information
ayoy authored Apr 17, 2024
1 parent bcc849a commit 2bbdba3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10178,7 +10178,7 @@
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = "134.1.0-1";
version = "134.1.0-2";
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "543398a776f522998918eefd3df4150fae041838",
"version" : "134.1.0-1"
"revision" : "4b5a3bb837c54b48bd731bc32db5407c66e962bc",
"version" : "134.1.0-2"
}
},
{
Expand Down

0 comments on commit 2bbdba3

Please sign in to comment.