From 8ce99a3c669681995869d24e5d623930a5d95772 Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 3 Mar 2016 19:39:25 +0100 Subject: [PATCH] plotting/graf.c, bug fix, dbfree1() is wanted instead of dbfree() --- src/frontend/plotting/graf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/plotting/graf.c b/src/frontend/plotting/graf.c index 45eedb391..5593825c1 100644 --- a/src/frontend/plotting/graf.c +++ b/src/frontend/plotting/graf.c @@ -991,7 +991,7 @@ gr_end_iplot(void) prev->db_next = next; else ft_curckt->ci_dbs = dbs = next; - dbfree(db); + dbfree1(db); } } else if (db->db_type == DB_IPLOT || db->db_type == DB_IPLOTALL) { if (db->db_graphid) {