diff --git a/src/xdiff/xprepare.c b/src/xdiff/xprepare.c index 63a22c630..ffb70df49 100644 --- a/src/xdiff/xprepare.c +++ b/src/xdiff/xprepare.c @@ -304,7 +304,7 @@ int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, return -1; } - if (!(xpp->flags & XDF_HISTOGRAM_DIFF)) + if (XDF_DIFF_ALG((xpp->flags) & XDF_HISTOGRAM_DIFF)) xdl_free_classifier(&cf); return 0;