From: Arran Cudbard-Bell Date: Sun, 15 Jul 2018 13:49:39 +0000 (-0400) Subject: We don't actually reparent the chunk X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eca97d3eaa2a36a69d596e157f981eb2706a2ce;p=thirdparty%2Ffreeradius-server.git We don't actually reparent the chunk --- diff --git a/src/lib/server/state.c b/src/lib/server/state.c index 46ebe2462d3..11bd26edb4a 100644 --- a/src/lib/server/state.c +++ b/src/lib/server/state.c @@ -382,9 +382,6 @@ static fr_state_entry_t *state_entry_create(fr_state_tree_t *state, REQUEST *req /* * Allocation doesn't need to occur inside the critical region * and would add significantly to contention. - * - * We reparent the talloc chunk later (when we hold the mutex again) - * we can't do it now due to thread safety issues with talloc. */ entry = talloc_zero(NULL, fr_state_entry_t); if (!entry) {