src.ctf.fs: use ctf_fs_ds_index_destroy to free index
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Nov 2019 21:32:34 +0000 (16:32 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Nov 2019 21:10:12 +0000 (16:10 -0500)
commit1d8437d6d5d187117896955d46865816ef086164
treedee030b67ee53f85fece8aba6dbba77661fe63ae
parent148f02cb367caf23f134c1cb805f669706448649
src.ctf.fs: use ctf_fs_ds_index_destroy to free index

The function ctf_fs_ds_file_group_destroy frees the ctf_fs_ds_index
structure and its content by hand.  Replace that with a call to
ctf_fs_ds_index_destroy, which is meant for that.

Change-Id: I186b1da9ec63cbdfa7ef7966d1e0e9802827e4f7
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
src/plugins/ctf/fs-src/fs.c
This page took 0.025222 seconds and 4 git commands to generate.