mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Fis minor memory leak in screen handling code
darcs-hash:20061008004704-ac50b-3f40073c00f1ebd8e851c49e2df873c423637d0c.gz
This commit is contained in:
parent
e51322ac81
commit
0e03e872be
1 changed files with 1 additions and 0 deletions
1
screen.c
1
screen.c
|
@ -318,6 +318,7 @@ void s_destroy( screen_t *s )
|
|||
al_destroy( &s->actual );
|
||||
s_reset_arr( &s->desired );
|
||||
al_destroy( &s->desired );
|
||||
sb_destroy( &s->actual_prompt );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue