Loading changes/bug20401 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (relay): - Avoid a small memory leak when informing worker threads about rotated onion keys. Fixes bug 20401; bugfix on 0.2.6.3-alpha. src/or/cpuworker.c +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ update_state_threadfn(void *state_, void *work_) server_onion_keys_free(state->onion_keys); state->onion_keys = update->onion_keys; update->onion_keys = NULL; worker_state_free(update); ++state->generation; return WQ_RPL_REPLY; } Loading Loading
changes/bug20401 0 → 100644 +4 −0 Original line number Diff line number Diff line o Minor bugfixes (relay): - Avoid a small memory leak when informing worker threads about rotated onion keys. Fixes bug 20401; bugfix on 0.2.6.3-alpha.
src/or/cpuworker.c +1 −0 Original line number Diff line number Diff line Loading @@ -168,6 +168,7 @@ update_state_threadfn(void *state_, void *work_) server_onion_keys_free(state->onion_keys); state->onion_keys = update->onion_keys; update->onion_keys = NULL; worker_state_free(update); ++state->generation; return WQ_RPL_REPLY; } Loading