mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix memory leak in TestCallInvoker (#53287)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53287 Changelog: [General][Fixed] Fix memory leak in TestCallInvoker This fixes leaks in TestCallInvoker holding onto the jsi::Runtime Reviewed By: lenaic Differential Revision: D80295420 fbshipit-source-id: b14368ccfa86b3bf24b1f84613ec07931bd71a43
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c23e84ae9f
commit
9f2fbc23e4
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
#include <NativeCxxModuleExample/NativeCxxModuleExample.h>
|
||||
#include <ReactCommon/TestCallInvoker.h>
|
||||
#include <ReactCommon/TurboModuleTestFixture.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <list>
|
||||
|
||||
Reference in New Issue
Block a user