Fixed a bug related to memory management (a free on a null pointer causes an abort now, which induces side effects on file import).

This commit is contained in:
Frederic Culot
2009-07-15 18:48:43 +00:00
parent 56a29600ad
commit 3fe8550373
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2009-07-15 Frederic Culot <frederic@culot.org>
* src/io.c: could not import ical files anymore if notes were not
attached to items (thanks Chris for reporting it)
2009-07-12 Frederic Culot <frederic@culot.org>
* configure.ac