Skip to content

Commit d2a2811

Browse files
committed
chore(Windows): Remove workaround causing crash on 0.62
1 parent e2e4d88 commit d2a2811

File tree

1 file changed

+0
-7
lines changed
  • example/windows/AsyncStorageExample

1 file changed

+0
-7
lines changed

example/windows/AsyncStorageExample/App.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,4 @@ App::App() noexcept
3636
REACT_REGISTER_NATIVE_MODULE_PACKAGES(); //code-gen macro from autolink
3737

3838
InitializeComponent();
39-
40-
// This works around a cpp/winrt bug with composable/aggregable types tracked
41-
// by 22116519
42-
AddRef();
43-
m_inner.as<::IUnknown>()->Release();
4439
}
45-
46-

0 commit comments

Comments
 (0)