Make use of erase_note() whenever possible.

This commit is contained in:
Frederic Culot
2009-07-19 08:19:37 +00:00
parent a4da35c65f
commit 5dcc213c16
6 changed files with 60 additions and 81 deletions

View File

@@ -2,6 +2,11 @@
* src/mem.c (dbg_free): no need to double check for null pointer
when freeing memory
* src/apoint.c
* src/event.c
* src/io.c
* src/recur.c: make use of erase_note() whenever possible
2009-07-15 Frederic Culot <frederic@culot.org>