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)
committerSimon Marchi <simon.marchi@efficios.com>
Fri, 15 Nov 2019 18:08:12 +0000 (13:08 -0500)
commit24bf8d916c95ffee68ada7681d434711369dc329
tree864778811bb9ffc18b1649dca14b8729b96edc43
parentf6e68e70ef9f90225e18188c4b322a90dd54989d
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.024718 seconds and 4 git commands to generate.