]> git.tokkee.org Git - rrdtool-all.git/commit

Code

From Bernhard Fischer
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 30 May 2007 12:39:30 +0000 (12:39 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 30 May 2007 12:39:30 +0000 (12:39 +0000)
commitc8ecd46defd1398bd16318ebb990ddf0823934ee
tree0b47decb99d18728a64dbeb0f11249ff4ad45cfd
parent4639c2a5cfed13946dbc1134c8474446f0b88ae1
From Bernhard Fischer

- rrd_close(): call close on the file and use rrd_close consistently
- clean up some error paths. The fadvise error path is leaking memory (see XXX in these spots).

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1092 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_create.c
program/src/rrd_dump.c
program/src/rrd_fetch.c
program/src/rrd_first.c
program/src/rrd_info.c
program/src/rrd_last.c
program/src/rrd_lastupdate.c
program/src/rrd_open.c
program/src/rrd_resize.c
program/src/rrd_tune.c
program/src/rrd_update.c