mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
plug memory leak in PoC direct
This commit is contained in:
parent
d5eca34cd5
commit
7d1e4fae54
@ -64,5 +64,5 @@ int main(void){
|
||||
}else{
|
||||
ret = -1;
|
||||
}
|
||||
return ret ? EXIT_FAILURE : EXIT_SUCCESS;
|
||||
return ncdirect_stop(n) || ret ? EXIT_FAILURE : EXIT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user