Fix: memory leak in apply_context_reloc
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2020 20:50:45 +0000 (15:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2020 20:50:45 +0000 (15:50 -0500)
commit185c782861fe6ed224d14293afc57c46ab5e7aed
tree9040ad661ee8b7af5f13697cf5207931b6574554
parent41d6c53d7f72e279ac5b0e6490a5be37e460c4c0
Fix: memory leak in apply_context_reloc

Fixes commit b77aaa1b8edf2 ("Decouple `struct lttng_session` from filter code")

lttng_ust_add_app_context_to_ctx_rcu should be able to update the
session ctx field and not only the local ctx pointer.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1bfdc7a1a2b6f9c579206e996572e36bf30d60e7
liblttng-ust/lttng-bytecode.c
This page took 0.026334 seconds and 5 git commands to generate.