The function talloc_steal was called ifp_list_domains_recv
*_paths = talloc_steal(mem_ctx, state->paths)
But talloc hierarchy for entries in the list state->paths was not correct therefore memory was freed together with the state.
rebased onto b86b5c675112188e7cc606f432ad481b9c59d32c
LGTM
Metadata Update from @pbrezina: - Request assigned
Commit f0f0003c fixes this pull-request
Pull-Request has been merged by pbrezina
master
The function talloc_steal was called ifp_list_domains_recv
But talloc hierarchy for entries in the list state->paths was not
correct therefore memory was freed together with the state.