- Added test for leak of stub information.

git-svn-id: file:///svn/unbound/trunk@4141 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2017-05-02 09:16:54 +00:00
parent f610f40558
commit 3018dc636a
3 changed files with 146 additions and 0 deletions
+1
View File
@@ -488,6 +488,7 @@ replay_scenario_read(FILE* in, const char* name, int* lineno)
return scen;
}
}
log_err("scenario read failed at line %d (no SCENARIO_END?)", *lineno);
replay_scenario_delete(scen);
return NULL;
}