notcurses_stop: call del_curterm, plug memory leak

pull/632/head
nick black 4 years ago
parent 7f2888269f
commit 818ec25778
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -944,6 +944,7 @@ int notcurses_stop(notcurses* nc){
(nc->stashstats.cellelisions * 100.0) / (nc->stashstats.cellemissions + nc->stashstats.cellelisions));
}
}
del_curterm(cur_term);
free(nc);
}
return ret;

Loading…
Cancel
Save