mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-23 03:01:30 +00:00
Fix testsuite
This commit is contained in:
parent
ba94df47f0
commit
a1f1ec6d65
1 changed files with 4 additions and 0 deletions
4
test.c
4
test.c
|
@ -1085,6 +1085,10 @@ static bool task_trymatch(size_t i, char ***line) {
|
|||
data = NULL;
|
||||
size = 0;
|
||||
}
|
||||
|
||||
if (compare != vec_size(tmpl->comparematch))
|
||||
success = false;
|
||||
|
||||
mem_d(data);
|
||||
data = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue