Update periodic testing scripts

This commit is contained in:
o9000
2017-11-05 19:51:09 +01:00
parent 41190204b3
commit 1ff3404e56
5 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ void destroy_execp(void *obj)
if (execp->backend->instances) {
fprintf(stderr, "tint2: Error: Attempt to destroy backend while there are still frontend instances!\n");
exit(-1);
exit(EXIT_FAILURE);
}
free(execp->backend);
free(execp);