forked from lda/telodendria
Clean Cytoplasm when td clean is run.
This commit is contained in:
parent
e71ffec164
commit
51b9e2eaed
2 changed files with 8 additions and 0 deletions
5
TODO.txt
5
TODO.txt
|
@ -19,12 +19,17 @@ Milestone: v0.3.0
|
||||||
[x] Profiles
|
[x] Profiles
|
||||||
[ ] Directory
|
[ ] Directory
|
||||||
|
|
||||||
|
[ ] Fix leaks in http, json
|
||||||
|
[ ] Remove TelodendriaGenerateMemReport()
|
||||||
|
|
||||||
[ ] Cytoplasm
|
[ ] Cytoplasm
|
||||||
[ ] Debug OpenSSL
|
[ ] Debug OpenSSL
|
||||||
[x] Documentation
|
[x] Documentation
|
||||||
[x] hdoc(1) and hdoc(5)
|
[x] hdoc(1) and hdoc(5)
|
||||||
[x] Fix memory leaks in hdoc
|
[x] Fix memory leaks in hdoc
|
||||||
[x] Detect memory write out of bounds
|
[x] Detect memory write out of bounds
|
||||||
|
[ ] Memory check before reallocate, free
|
||||||
|
[ ] Add a sane default memory hook
|
||||||
|
|
||||||
Milestone: v0.4.0
|
Milestone: v0.4.0
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
@ -207,6 +207,9 @@ recipe_run() {
|
||||||
# Remove all build files, which can be regenerated by re-running the
|
# Remove all build files, which can be regenerated by re-running the
|
||||||
# build recipe.
|
# build recipe.
|
||||||
recipe_clean() {
|
recipe_clean() {
|
||||||
|
cd Cytoplasm
|
||||||
|
sh make.sh clean
|
||||||
|
cd ..
|
||||||
rm -r build
|
rm -r build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue