1
0
mirror of https://github.com/git/git.git synced 2025-03-22 09:36:37 +00:00
Ramsay Jones 87f1625836 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>
2016-03-04 15:51:08 -08:00
..
2013-06-19 15:17:45 -07:00
2013-06-19 15:17:45 -07:00
2013-06-19 15:17:45 -07:00
2013-06-19 15:17:45 -07:00
2016-03-04 15:51:08 -08:00
2013-06-19 15:17:45 -07:00
2013-06-19 15:17:45 -07:00