Unconditionally free() some pointers
commitb362314efb9858e5bcad156a9bbac97f61f0e71e
authorAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 26 Jun 2009 06:01:29 +0000 (26 03:01 -0300)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Fri, 26 Jun 2009 06:01:29 +0000 (26 03:01 -0300)
tree81bf4a36025e6e26f960f4522e15efe803d42844
parentaa47917d0c825011c35c3190c81ec00f9e5f62f7
Unconditionally free() some pointers

free(NULL) is perfectly valid, so there is no need to check for it.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
libjio/journal.c