Browse Source

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

pre-master-46
rlar 10 years ago
parent
commit
8ce99a3c66
  1. 2
      src/frontend/plotting/graf.c

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

Loading…
Cancel
Save