Skip to content

Commit e5b2088

Browse files
committed
Update
1 parent 44cb1f3 commit e5b2088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/stub_launcher.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ StubLauncher::Launch()
288288
parent_message_queue_.reset();
289289
memory_manager_.reset();
290290
WaitForStubProcess();
291+
shm_pool_.reset();
291292
}
292293
});
293294

@@ -444,6 +445,7 @@ StubLauncher::Launch()
444445
parent_message_queue_.reset();
445446
memory_manager_.reset();
446447
WaitForStubProcess();
448+
shm_pool_.reset();
447449
}
448450
});
449451

0 commit comments

Comments
 (0)