Module Name: othersrc
Committed By: agc
Date: Thu May 12 04:12:54 UTC 2011
Modified Files:
othersrc/external/bsd/circa/dist: main.c
Log Message:
clear up space after we've finished using it
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/circa/dist/main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/circa/dist/main.c
diff -u othersrc/external/bsd/circa/dist/main.c:1.2 othersrc/external/bsd/circa/dist/main.c:1.3
--- othersrc/external/bsd/circa/dist/main.c:1.2 Thu May 12 04:11:15 2011
+++ othersrc/external/bsd/circa/dist/main.c Thu May 12 04:12:54 2011
@@ -149,5 +149,6 @@
do_circa(&circa, sectorsize, encoding, argv[i], out);
}
}
+ circa_end(&circa);
exit(EXIT_SUCCESS);
}