diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2016-03-04 23:10:50 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-04 15:51:08 -0800 |
commit | 87f16258367a3b9a62663b11f898a4a6f3c19d31 (patch) | |
tree | bddc97adb9ea88ef2a5bfee29b172b087041e8cb /t/t5815-submodule-protos.sh | |
parent | xdiff/xprepare: use the XDF_DIFF_ALG() macro to access flag bits (diff) | |
download | tgif-87f16258367a3b9a62663b11f898a4a6f3c19d31.tar.xz |
xdiff/xprepare: fix a memory leak
The xdl_prepare_env() function may initialise an xdlclassifier_t
data structure via xdl_init_classifier(), which allocates memory
to several fields, for example 'rchash', 'rcrecs' and 'ncha'.
If this function later exits due to the failure of xdl_optimize_ctxs(),
then this xdlclassifier_t structure, and the memory allocated to it,
is not cleaned up.
In order to fix the memory leak, insert a call to xdl_free_classifier()
before returning.
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5815-submodule-protos.sh')
0 files changed, 0 insertions, 0 deletions