#
472d26a3 |
| 16-Aug-2019 |
Ryan Leavengood <leavengood@gmail.com> |
Media Kit: Delete the PortPool in a more deliberate way
Letting it get deleted statically can cause segfaults since it is needed for some final quit messages.
This mimic changes Axel made for the D
Media Kit: Delete the PortPool in a more deliberate way
Letting it get deleted statically can cause segfaults since it is needed for some final quit messages.
This mimic changes Axel made for the DormantNodeManager and TimeSourceObjectManager.
I also pulled PortPool into its own file and header.
Fixes #15135.
Change-Id: Ie64753e1876d58b52f7cb95536c6be3df2e6d40c Reviewed-on: https://review.haiku-os.org/c/haiku/+/1721 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
6cafce94 |
| 09-Dec-2009 |
Axel Dörfler <axeld@pinc-software.de> |
* Moved the port pool into the new request_data.cpp file; it's no longer accessible from the outside. * Instead, request_data now retrieves/releases a reply port on its own. * There were some more
* Moved the port pool into the new request_data.cpp file; it's no longer accessible from the outside. * Instead, request_data now retrieves/releases a reply port on its own. * There were some more places that still used write_port()/read_port() instead of QueryServer().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34597 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|