(svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR)
This commit is contained in:
@@ -213,7 +213,7 @@ public:
|
||||
m_stats_cache_hits++;
|
||||
}
|
||||
|
||||
bool bValid = Yapf().PfCalcCost(n, tf);
|
||||
bool bValid = Yapf().PfCalcCost(n, &tf);
|
||||
|
||||
if (bCached) {
|
||||
Yapf().PfNodeCacheFlush(n);
|
||||
|
Reference in New Issue
Block a user