destructor for sources_

This commit is contained in:
Neil 2023-04-20 11:33:27 -07:00
parent 0f637febc9
commit e8babf9571
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ catch:
perror("journal");
if(reason) fprintf(stderr, "Details: %s.\n", reason);
finally:
sources_(&srcs);
journal_(&jrnl);
return success;
}