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:
Christoph Purrer
2025-08-15 11:43:41 -07:00
committed by Facebook GitHub Bot
parent c23e84ae9f
commit 9f2fbc23e4
5 changed files with 8 additions and 10 deletions
@@ -6,7 +6,6 @@
*/
#include <NativeCxxModuleExample/NativeCxxModuleExample.h>
#include <ReactCommon/TestCallInvoker.h>
#include <ReactCommon/TurboModuleTestFixture.h>
#include <gtest/gtest.h>
#include <list>