diff --git a/src/devtools/ProfilerStore.js b/src/devtools/ProfilerStore.js index 0cf5b731f1..c59c073be4 100644 --- a/src/devtools/ProfilerStore.js +++ b/src/devtools/ProfilerStore.js @@ -284,6 +284,7 @@ export default class ProfilerStore extends EventEmitter { onBridgeShutdown = () => { this._bridge.removeListener('operations', this.onBridgeOperations); + this._bridge.removeListener('profilingData', this.onBridgeProfilingData); this._bridge.removeListener('profilingStatus', this.onProfilingStatus); this._bridge.removeListener('shutdown', this.onBridgeShutdown); };