microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 809 forks source link

UIWebView: Memory leak in evaluateJavascript:completionHandler: #2857

Open jboich opened 6 years ago

jboich commented 6 years ago

Visual Studio profiler shows memory leak in evaluateJavascript:completionHandler: method of UIWebView.

Project uses Nuget packages: WinObjC.Frameworks v0.2.180220 WinObjC.Language v0.2.180220

screenshot 150

DHowett-MSFT commented 6 years ago

Looks like we're leaking strings on the way into WinRT. Thanks!