| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| xdiff.h | ||
| xdiffi.c | ||
| xdiffi.h | ||
| xemit.c | ||
| xemit.h | ||
| xhistogram.c | ||
| xinclude.h | ||
| xmacros.h | ||
| xmerge.c | ||
| xpatience.c | ||
| xprepare.c | ||
| xprepare.h | ||
| xtypes.h | ||
| xutils.c | ||
| xutils.h |
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. This patch was originally written by Ramsay Jones (see commit 87f16258367a3b9a62663b11f898a4a6f3c19d31 in git.git).
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| xdiff.h | Loading commit data... | |
| xdiffi.c | Loading commit data... | |
| xdiffi.h | Loading commit data... | |
| xemit.c | Loading commit data... | |
| xemit.h | Loading commit data... | |
| xhistogram.c | Loading commit data... | |
| xinclude.h | Loading commit data... | |
| xmacros.h | Loading commit data... | |
| xmerge.c | Loading commit data... | |
| xpatience.c | Loading commit data... | |
| xprepare.c | Loading commit data... | |
| xprepare.h | Loading commit data... | |
| xtypes.h | Loading commit data... | |
| xutils.c | Loading commit data... | |
| xutils.h | Loading commit data... |