Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Release SecPKCS12Import items
Browse files Browse the repository at this point in the history
Summary:
{F1958201941}

So let's release it

Differential Revision: D65816882

fbshipit-source-id: 13553da107fbbbf6e057250e2958f6ac6404e2d7
  • Loading branch information
Andrea Tullis authored and facebook-github-bot committed Nov 12, 2024
1 parent 7aebeb2 commit 47172ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iOS/FlipperKit/FlipperPlatformWebSocket.mm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ - (void)updateSecurityOptionsInStream:(NSStream*)stream {

[stream setProperty:SSLOptions
forKey:(__bridge id)kCFStreamPropertySSLSettings];

CFRelease(items);
CFRelease(certificate);
}

@end
Expand Down

0 comments on commit 47172ee

Please sign in to comment.