void ResidentVocabulary::addLeakChecks(Util::ILeakChecks& leaks) { return; // TODO: make sure nobody creates // symbols before starting pipeline/transformationrequest leakcheck, or // before/after reset leaks.add(new VocabularyUnkLeakCheck(*this)); leaks.add(new VocabularyResidentLeakCheck(*this)); }
void ResidentVocabulary::addLeakChecks(Util::ILeakChecks& leaks) { leaks.add(new VocabularyUnkLeakCheck(*this)); leaks.add(new VocabularyResidentLeakCheck(*this)); }