mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Make io_data_t destructor virtual
This commit is contained in:
parent
664fee5c6e
commit
424bb589a2
1 changed files with 1 additions and 1 deletions
2
io.h
2
io.h
|
@ -108,7 +108,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
~io_data_t()
|
||||
virtual ~io_data_t()
|
||||
{
|
||||
free((void *)filename_cstr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue