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) {