From: Julien Desfossez Date: Wed, 12 Feb 2014 05:28:15 +0000 (-0500) Subject: Free the filename on sys_close X-Git-Tag: v0.3~34 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=38be0c3fdc487f3cc2609266a33a39b96289faba;hp=38be0c3fdc487f3cc2609266a33a39b96289faba;p=lttngtop.git Free the filename on sys_close We don't support yet all the syscalls that can return a FD, so we should at least make sure that we don't reuse closed filenames. Signed-off-by: Julien Desfossez ---