Free allocated memory

This commit is contained in:
Arun Prakash Jana 2021-07-18 02:51:09 +05:30
parent 6f14190e6d
commit 29a7a25445
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -8016,6 +8016,7 @@ static void cleanup(void)
free(ihashbmp);
free(bookmark);
free(plug);
free(lastcmd);
#ifndef NOFIFO
if (g_state.autofifo)
unlink(fifopath);