summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_eventport_engine.c
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-10-04 14:57:29 +0300
committerMax Romanov <max.romanov@nginx.com>2017-10-04 14:57:29 +0300
commit4ae76249edb97775be8a0c749ad9ee79e3e85393 (patch)
tree31a809a7c0cf442c83ff8b662d0574c7703609c1 /src/nxt_eventport_engine.c
parentfcd141936cacee24109c8b64fd06c14925aca4a6 (diff)
downloadunit-4ae76249edb97775be8a0c749ad9ee79e3e85393.tar.gz
unit-4ae76249edb97775be8a0c749ad9ee79e3e85393.tar.bz2
Fixing memory leak when handling remove pid message.
Worker threads ports need to receive 'remove pid' message to properly handle application process exit case and finish requests processed by particular application worker. Main process send 'remove pid' notification to service thread port only and this message must be 'proxied' to other running engines. Separate memory pool created for this message. For each engine structure required to post message to engine allocate from the pool using 'retain' allocation method. After successfull post structure will be freed using 'release' method. To completely destroy poll one more 'release' should be called to release initial reference count. I'm afraid this should be simplified using good old malloc() and free() calls.
Diffstat (limited to 'src/nxt_eventport_engine.c')
0 files changed, 0 insertions, 0 deletions