From: Jérémie Galarneau Date: Fri, 11 Jul 2014 19:22:18 +0000 (-0400) Subject: Fix: Possible memory leak when multiple config files are loaded X-Git-Tag: v2.6.0-rc1~148 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=41e16a7c24eed8c602399781ff545b99930d73c6;hp=41e16a7c24eed8c602399781ff545b99930d73c6;p=lttng-tools.git Fix: Possible memory leak when multiple config files are loaded Some configuration options could leak when initialized multiple times from different configuration files and from the command line arguments. The previous options are now freed' before being set. Fixes #796 Signed-off-by: Jérémie Galarneau Signed-off-by: David Goulet ---