reel demo: kill tablets on demo_render() exit #1225

pull/1232/head
nick black 4 years ago
parent 2190b33421
commit 3226652936
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -274,6 +274,9 @@ ncreel_demo_core(struct notcurses* nc){
renderret = demo_render(nc);
pthread_mutex_unlock(&renderlock);
if(renderret){
while(tctxs){
kill_tablet(&tctxs);
}
ncreel_destroy(nr);
return renderret;
}

Loading…
Cancel
Save