]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Never ever should a function free an object that was passed in. At least this
authorPeter Stamfest <peter@stamfest.at>
Wed, 12 Mar 2014 16:42:10 +0000 (17:42 +0100)
committerPeter Stamfest <peter@stamfest.at>
Fri, 14 Mar 2014 06:35:04 +0000 (07:35 +0100)
commit195ce4eb6dbccb889e0f03212b73df6d021c9c69
tree3efa246a35a4c2814574688364e84f977be331b2
parent1c42e106da2bd6e0ef2e3a27a12afc6b62b6b612
Never ever should a function free an object that was passed in. At least this
is my opinion.
Also get rid of a specialised rrd_free function and clean up exit paths of
functions.
src/rrd_create.c