Fix leak of pools for -x and -y options

This commit is contained in:
Eric Fischer 2016-04-26 16:51:13 -07:00
parent 6a37ea4e54
commit 60318e664e

View File

@ -2843,5 +2843,8 @@ int main(int argc, char **argv) {
free(sourcelist[i]);
}
pool_free(&exclude);
pool_free(&include);
return ret;
}