mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[plane_blit_sixel]: call destroy_tam()
This commit is contained in:
parent
18425cd426
commit
5ce9f57540
@ -1356,7 +1356,7 @@ plane_blit_sixel(sprixel* spx, fbuf* f, int leny, int lenx,
|
||||
if(n){
|
||||
//fprintf(stderr, "TAM WAS: %p NOW: %p\n", n->tam, tam);
|
||||
if(n->tam != tam){
|
||||
free(n->tam);
|
||||
destroy_tam(n);
|
||||
}
|
||||
n->tam = tam;
|
||||
n->sprite = spx;
|
||||
|
Loading…
Reference in New Issue
Block a user