Fix double free
This commit is contained in:
parent
4e6e450bf3
commit
859e33c6f9
1 changed files with 0 additions and 1 deletions
1
ccc.c
1
ccc.c
|
@ -858,7 +858,6 @@ void edit_file()
|
||||||
system(command);
|
system(command);
|
||||||
reset_prog_mode(); /* return to previous tty mode */
|
reset_prog_mode(); /* return to previous tty mode */
|
||||||
refresh(); /* store the screen contents */
|
refresh(); /* store the screen contents */
|
||||||
free(filename);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue