plotting/graf.c, bug fix, dbfree1() is wanted instead of dbfree()

This commit is contained in:
rlar 2016-03-03 19:39:25 +01:00
parent d97e12b1ab
commit 8ce99a3c66
1 changed files with 1 additions and 1 deletions

View File

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