mirror of
https://github.com/jarun/nnn.git
synced 2025-04-08 22:46:33 +00:00
Free allocated memory
This commit is contained in:
parent
6f14190e6d
commit
29a7a25445
1 changed files with 1 additions and 0 deletions
|
@ -8016,6 +8016,7 @@ static void cleanup(void)
|
|||
free(ihashbmp);
|
||||
free(bookmark);
|
||||
free(plug);
|
||||
free(lastcmd);
|
||||
#ifndef NOFIFO
|
||||
if (g_state.autofifo)
|
||||
unlink(fifopath);
|
||||
|
|
Loading…
Add table
Reference in a new issue