free_terminfo_cache: free up esctable #1525

pull/1693/head
nick black 3 years ago committed by Nick Black
parent 2df95f7e25
commit 73913c3f1a

@ -135,6 +135,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, int fd){
void free_terminfo_cache(tinfo* ti){
pthread_mutex_destroy(&ti->pixel_query);
free(ti->esctable);
}
// tlen -- size of escape table. tused -- used bytes in same.

Loading…
Cancel
Save