mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
leaks: call xdl_free_classifier
This commit is contained in:
parent
17442b28f9
commit
c4aa5c042c
@ -305,7 +305,7 @@ int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (XDF_DIFF_ALG((xpp->flags) & XDF_HISTOGRAM_DIFF))
|
||||
if (XDF_DIFF_ALG(xpp->flags) != XDF_HISTOGRAM_DIFF)
|
||||
xdl_free_classifier(&cf);
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user