X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_info.c;h=fe65acac9062a0625edf680db6509a2ffe1b042d;hb=914a4711a850b2b68714fa5f63e1251b7997cd4c;hp=e5d195fdbcf3576bfef9ec86ec8485e5772645db;hpb=7f30ee2ae089520606cbb7e38fab9981618771f5;p=rrdtool.git diff --git a/src/rrd_info.c b/src/rrd_info.c index e5d195f..fe65aca 100644 --- a/src/rrd_info.c +++ b/src/rrd_info.c @@ -306,7 +306,7 @@ info_t *rrd_info_r( } rrd_close(rrd_file); -err_free: + err_free: rrd_free(&rrd); return (data); }