]> mj.ucw.cz Git - libucw.git/commit
Logging: Fix log_close_all().
authorMartin Mares <mj@ucw.cz>
Sat, 14 Feb 2009 22:25:33 +0000 (23:25 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 14 Feb 2009 22:25:33 +0000 (23:25 +0100)
commit60a36bc71f364a8e251d70fae26f38de17522c04
tree9b82d3387137225c9625aca5c1bf5066c6c15d03
parent220a6551622b6c87b26450a3ca4fe48c1acfce95
Logging: Fix log_close_all().

Closing of streams and freeing of memory has to be separate since we introduced
use counts.
ucw/log-stream.c
ucw/log.c