From: Jérémie Galarneau Date: Wed, 20 May 2020 19:56:03 +0000 (-0400) Subject: Fix: liblttng-ctl: leak of tracker handle in lttng_[un]track_pid X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=403e01ee4af47ae897fe42f1ed420648027022ae;hp=403e01ee4af47ae897fe42f1ed420648027022ae Fix: liblttng-ctl: leak of tracker handle in lttng_[un]track_pid The lttng_track_pid and lttng_untrack_pid functions were reimplemented on top of the new lttng_process_attr_tracker_handle API (new in 2.12). Both functions do not destroy the tracker handle on their return path. Signed-off-by: Jérémie Galarneau Change-Id: Ieeeace2011ba6ee1e5024306ea735f0389c3980d ---