Merge pull request #4 from PalanixYT/fix2free

Fix double free
This commit is contained in:
Night Kaly 2024-04-06 22:02:41 +01:00 committed by GitHub
commit c2e6709430
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
ccc.c
View file

@ -868,7 +868,6 @@ void edit_file()
system(command);
reset_prog_mode(); /* return to previous tty mode */
refresh(); /* store the screen contents */
free(filename);
}
}